Uses of Enum
software.amazon.awssdk.services.ram.model.ResourceStatus
Packages that use ResourceStatus
-
Uses of ResourceStatus in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return ResourceStatusModifier and TypeMethodDescriptionstatic ResourceStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ResourceStatusResource.status()The current status of the resource.static ResourceStatusReturns the enum constant of this type with the specified name.static ResourceStatus[]ResourceStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ram.model that return types with arguments of type ResourceStatusMethods in software.amazon.awssdk.services.ram.model with parameters of type ResourceStatusModifier and TypeMethodDescriptionResource.Builder.status(ResourceStatus status) The current status of the resource.