| Package | Description |
|---|---|
| software.amazon.awssdk.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
static ResourceShareStatus |
ResourceShareStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ResourceShareStatus |
GetResourceSharesRequest.resourceShareStatus()
Specifies that you want to retrieve details of only those resource shares that have this status.
|
ResourceShareStatus |
ResourceShare.status()
The current status of the resource share.
|
static ResourceShareStatus |
ResourceShareStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ResourceShareStatus> |
ResourceShareStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetResourceSharesRequest.Builder |
GetResourceSharesRequest.Builder.resourceShareStatus(ResourceShareStatus resourceShareStatus)
Specifies that you want to retrieve details of only those resource shares that have this status.
|
ResourceShare.Builder |
ResourceShare.Builder.status(ResourceShareStatus status)
The current status of the resource share.
|
Copyright © 2022. All rights reserved.