| Package | Description |
|---|---|
| software.amazon.awssdk.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
static PermissionStatus |
PermissionStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PermissionStatus |
DeletePermissionVersionResponse.permissionStatus()
This operation is performed asynchronously, and this response parameter indicates the current status.
|
PermissionStatus |
DeletePermissionResponse.permissionStatus()
This operation is performed asynchronously, and this response parameter indicates the current status.
|
PermissionStatus |
ResourceSharePermissionDetail.status()
The current status of the association between the permission and the resource share.
|
static PermissionStatus |
PermissionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PermissionStatus[] |
PermissionStatus.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<PermissionStatus> |
PermissionStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DeletePermissionVersionResponse.Builder |
DeletePermissionVersionResponse.Builder.permissionStatus(PermissionStatus permissionStatus)
This operation is performed asynchronously, and this response parameter indicates the current status.
|
DeletePermissionResponse.Builder |
DeletePermissionResponse.Builder.permissionStatus(PermissionStatus permissionStatus)
This operation is performed asynchronously, and this response parameter indicates the current status.
|
ResourceSharePermissionDetail.Builder |
ResourceSharePermissionDetail.Builder.status(PermissionStatus status)
The current status of the association between the permission and the resource share.
|
Copyright © 2023. All rights reserved.