Uses of Class
software.amazon.awssdk.services.ec2.model.CapacityManagerMonitoredTagKey
Packages that use CapacityManagerMonitoredTagKey
Package
Description
-
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 CapacityManagerMonitoredTagKeyModifier and TypeMethodDescriptionGetCapacityManagerMonitoredTagKeysResponse.capacityManagerTagKeys()The list of tag keys being monitored by Capacity Manager, including their current status and metadata.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 CapacityManagerMonitoredTagKeyModifier and TypeMethodDescriptionGetCapacityManagerMonitoredTagKeysResponse.Builder.capacityManagerTagKeys(CapacityManagerMonitoredTagKey... capacityManagerTagKeys) The list of tag keys being monitored by Capacity Manager, including their current status and metadata.UpdateCapacityManagerMonitoredTagKeysResponse.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 CapacityManagerMonitoredTagKeyModifier and TypeMethodDescriptionGetCapacityManagerMonitoredTagKeysResponse.Builder.capacityManagerTagKeys(Collection<CapacityManagerMonitoredTagKey> capacityManagerTagKeys) The list of tag keys being monitored by Capacity Manager, including their current status and metadata.UpdateCapacityManagerMonitoredTagKeysResponse.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 CapacityManagerMonitoredTagKeyModifier and TypeMethodDescriptionGetCapacityManagerMonitoredTagKeysIterable.capacityManagerTagKeys()Returns an iterable to iterate through the paginatedGetCapacityManagerMonitoredTagKeysResponse.capacityManagerTagKeys()member.GetCapacityManagerMonitoredTagKeysPublisher.capacityManagerTagKeys()Returns a publisher that can be used to get a stream of data.