Uses of Enum
software.amazon.awssdk.services.outposts.model.DecommissionRequestStatus
Packages that use DecommissionRequestStatus
-
Uses of DecommissionRequestStatus in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return DecommissionRequestStatusModifier and TypeMethodDescriptionstatic DecommissionRequestStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.StartOutpostDecommissionResponse.status()The status of the decommission request.static DecommissionRequestStatusReturns the enum constant of this type with the specified name.static DecommissionRequestStatus[]DecommissionRequestStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type DecommissionRequestStatusModifier and TypeMethodDescriptionstatic Set<DecommissionRequestStatus>DecommissionRequestStatus.knownValues()Methods in software.amazon.awssdk.services.outposts.model with parameters of type DecommissionRequestStatusModifier and TypeMethodDescriptionStartOutpostDecommissionResponse.Builder.status(DecommissionRequestStatus status) The status of the decommission request.