Uses of Enum
software.amazon.awssdk.services.ec2.model.InterruptibleCapacityReservationAllocationStatus
Packages that use InterruptibleCapacityReservationAllocationStatus
-
Uses of InterruptibleCapacityReservationAllocationStatus in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InterruptibleCapacityReservationAllocationStatusModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.CreateInterruptibleCapacityReservationAllocationResponse.status()The current status of the allocation request (creating, active, updating).InterruptibleCapacityAllocation.status()The current status of the allocation (updating during reclamation, active when complete).UpdateInterruptibleCapacityReservationAllocationResponse.status()The current status of the allocation (updating during reclamation, active when complete).Returns the enum constant of this type with the specified name.InterruptibleCapacityReservationAllocationStatus.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 InterruptibleCapacityReservationAllocationStatusMethods in software.amazon.awssdk.services.ec2.model with parameters of type InterruptibleCapacityReservationAllocationStatusModifier and TypeMethodDescriptionCreateInterruptibleCapacityReservationAllocationResponse.Builder.status(InterruptibleCapacityReservationAllocationStatus status) The current status of the allocation request (creating, active, updating).InterruptibleCapacityAllocation.Builder.status(InterruptibleCapacityReservationAllocationStatus status) The current status of the allocation (updating during reclamation, active when complete).UpdateInterruptibleCapacityReservationAllocationResponse.Builder.status(InterruptibleCapacityReservationAllocationStatus status) The current status of the allocation (updating during reclamation, active when complete).