Uses of Class
software.amazon.awssdk.services.ram.model.ResourceShareStatus
-
Packages that use ResourceShareStatus Package Description software.amazon.awssdk.services.ram.model -
-
Uses of ResourceShareStatus in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return ResourceShareStatus Modifier and Type Method Description static ResourceShareStatusResourceShareStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResourceShareStatusGetResourceSharesRequest. resourceShareStatus()Specifies that you want to retrieve details of only those resource shares that have this status.ResourceShareStatusResourceShare. status()The current status of the resource share.static ResourceShareStatusResourceShareStatus. valueOf(String name)Returns 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 ResourceShareStatus Modifier and Type Method Description static Set<ResourceShareStatus>ResourceShareStatus. knownValues()Methods in software.amazon.awssdk.services.ram.model with parameters of type ResourceShareStatus Modifier and Type Method Description GetResourceSharesRequest.BuilderGetResourceSharesRequest.Builder. resourceShareStatus(ResourceShareStatus resourceShareStatus)Specifies that you want to retrieve details of only those resource shares that have this status.ResourceShare.BuilderResourceShare.Builder. status(ResourceShareStatus status)The current status of the resource share.
-