Uses of Enum
software.amazon.awssdk.services.ec2.model.CapacityManagerStatus
Packages that use CapacityManagerStatus
-
Uses of CapacityManagerStatus in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CapacityManagerStatusModifier and TypeMethodDescriptionfinal CapacityManagerStatusDisableCapacityManagerResponse.capacityManagerStatus()The current status of Capacity Manager after the disable operation.final CapacityManagerStatusEnableCapacityManagerResponse.capacityManagerStatus()The current status of Capacity Manager after the enable operation.final CapacityManagerStatusGetCapacityManagerAttributesResponse.capacityManagerStatus()The current status of Capacity Manager.final CapacityManagerStatusUpdateCapacityManagerOrganizationsAccessResponse.capacityManagerStatus()The current status of Capacity Manager after the update operation.static CapacityManagerStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.static CapacityManagerStatusReturns the enum constant of this type with the specified name.static CapacityManagerStatus[]CapacityManagerStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CapacityManagerStatusModifier and TypeMethodDescriptionstatic Set<CapacityManagerStatus>CapacityManagerStatus.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type CapacityManagerStatusModifier and TypeMethodDescriptionDisableCapacityManagerResponse.Builder.capacityManagerStatus(CapacityManagerStatus capacityManagerStatus) The current status of Capacity Manager after the disable operation.EnableCapacityManagerResponse.Builder.capacityManagerStatus(CapacityManagerStatus capacityManagerStatus) The current status of Capacity Manager after the enable operation.GetCapacityManagerAttributesResponse.Builder.capacityManagerStatus(CapacityManagerStatus capacityManagerStatus) The current status of Capacity Manager.UpdateCapacityManagerOrganizationsAccessResponse.Builder.capacityManagerStatus(CapacityManagerStatus capacityManagerStatus) The current status of Capacity Manager after the update operation.