Uses of Class
software.amazon.awssdk.services.ec2.model.CapacityManagerStatus
-
Packages that use CapacityManagerStatus Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of CapacityManagerStatus in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CapacityManagerStatus Modifier and Type Method Description CapacityManagerStatusDisableCapacityManagerResponse. capacityManagerStatus()The current status of Capacity Manager after the disable operation.CapacityManagerStatusEnableCapacityManagerResponse. capacityManagerStatus()The current status of Capacity Manager after the enable operation.CapacityManagerStatusGetCapacityManagerAttributesResponse. capacityManagerStatus()The current status of Capacity Manager.CapacityManagerStatusUpdateCapacityManagerOrganizationsAccessResponse. capacityManagerStatus()The current status of Capacity Manager after the update operation.static CapacityManagerStatusCapacityManagerStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CapacityManagerStatusCapacityManagerStatus. valueOf(String name)Returns 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 CapacityManagerStatus Modifier and Type Method Description static Set<CapacityManagerStatus>CapacityManagerStatus. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type CapacityManagerStatus Modifier and Type Method Description DisableCapacityManagerResponse.BuilderDisableCapacityManagerResponse.Builder. capacityManagerStatus(CapacityManagerStatus capacityManagerStatus)The current status of Capacity Manager after the disable operation.EnableCapacityManagerResponse.BuilderEnableCapacityManagerResponse.Builder. capacityManagerStatus(CapacityManagerStatus capacityManagerStatus)The current status of Capacity Manager after the enable operation.GetCapacityManagerAttributesResponse.BuilderGetCapacityManagerAttributesResponse.Builder. capacityManagerStatus(CapacityManagerStatus capacityManagerStatus)The current status of Capacity Manager.UpdateCapacityManagerOrganizationsAccessResponse.BuilderUpdateCapacityManagerOrganizationsAccessResponse.Builder. capacityManagerStatus(CapacityManagerStatus capacityManagerStatus)The current status of Capacity Manager after the update operation.
-