Uses of Class
software.amazon.awssdk.services.ec2.model.CapacityManagerMonitoredTagKey
-
Packages that use CapacityManagerMonitoredTagKey Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of CapacityManagerMonitoredTagKey in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CapacityManagerMonitoredTagKey Modifier and Type Method Description List<CapacityManagerMonitoredTagKey>GetCapacityManagerMonitoredTagKeysResponse. capacityManagerTagKeys()The list of tag keys being monitored by Capacity Manager, including their current status and metadata.List<CapacityManagerMonitoredTagKey>UpdateCapacityManagerMonitoredTagKeysResponse. capacityManagerTagKeys()The list of tag keys affected by the update, including their current status and metadata.Methods in software.amazon.awssdk.services.ec2.model with parameters of type CapacityManagerMonitoredTagKey Modifier and Type Method Description GetCapacityManagerMonitoredTagKeysResponse.BuilderGetCapacityManagerMonitoredTagKeysResponse.Builder. capacityManagerTagKeys(CapacityManagerMonitoredTagKey... capacityManagerTagKeys)The list of tag keys being monitored by Capacity Manager, including their current status and metadata.UpdateCapacityManagerMonitoredTagKeysResponse.BuilderUpdateCapacityManagerMonitoredTagKeysResponse.Builder. capacityManagerTagKeys(CapacityManagerMonitoredTagKey... capacityManagerTagKeys)The list of tag keys affected by the update, including their current status and metadata.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type CapacityManagerMonitoredTagKey Modifier and Type Method Description GetCapacityManagerMonitoredTagKeysResponse.BuilderGetCapacityManagerMonitoredTagKeysResponse.Builder. capacityManagerTagKeys(Collection<CapacityManagerMonitoredTagKey> capacityManagerTagKeys)The list of tag keys being monitored by Capacity Manager, including their current status and metadata.UpdateCapacityManagerMonitoredTagKeysResponse.BuilderUpdateCapacityManagerMonitoredTagKeysResponse.Builder. capacityManagerTagKeys(Collection<CapacityManagerMonitoredTagKey> capacityManagerTagKeys)The list of tag keys affected by the update, including their current status and metadata. -
Uses of CapacityManagerMonitoredTagKey in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type CapacityManagerMonitoredTagKey Modifier and Type Method Description SdkIterable<CapacityManagerMonitoredTagKey>GetCapacityManagerMonitoredTagKeysIterable. capacityManagerTagKeys()Returns an iterable to iterate through the paginatedGetCapacityManagerMonitoredTagKeysResponse.capacityManagerTagKeys()member.SdkPublisher<CapacityManagerMonitoredTagKey>GetCapacityManagerMonitoredTagKeysPublisher. capacityManagerTagKeys()Returns a publisher that can be used to get a stream of data.
-