Uses of Enum
software.amazon.awssdk.services.ram.model.ResourceShareStatus
Packages that use ResourceShareStatus
-
Uses of ResourceShareStatus in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return ResourceShareStatusModifier and TypeMethodDescriptionstatic ResourceShareStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ResourceShareStatusGetResourceSharesRequest.resourceShareStatus()Specifies that you want to retrieve details of only those resource shares that have this status.final ResourceShareStatusResourceShare.status()The current status of the resource share.static ResourceShareStatusReturns the enum constant of this type with the specified name.static ResourceShareStatus[]ResourceShareStatus.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 ResourceShareStatusModifier and TypeMethodDescriptionstatic Set<ResourceShareStatus>ResourceShareStatus.knownValues()Methods in software.amazon.awssdk.services.ram.model with parameters of type ResourceShareStatusModifier and TypeMethodDescriptionGetResourceSharesRequest.Builder.resourceShareStatus(ResourceShareStatus resourceShareStatus) Specifies that you want to retrieve details of only those resource shares that have this status.ResourceShare.Builder.status(ResourceShareStatus status) The current status of the resource share.