| Package | Description |
|---|---|
| com.amazonaws.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
static ResourceShareAssociationStatus |
ResourceShareAssociationStatus.fromValue(String value)
Use this in place of valueOf.
|
static ResourceShareAssociationStatus |
ResourceShareAssociationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceShareAssociationStatus[] |
ResourceShareAssociationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ListPermissionAssociationsRequest |
ListPermissionAssociationsRequest.withAssociationStatus(ResourceShareAssociationStatus associationStatus)
Specifies that you want to list only those associations with resource shares that match this status.
|
GetResourceShareAssociationsRequest |
GetResourceShareAssociationsRequest.withAssociationStatus(ResourceShareAssociationStatus associationStatus)
Specifies that you want to retrieve only associations that have this status.
|
ResourceShareAssociation |
ResourceShareAssociation.withStatus(ResourceShareAssociationStatus status)
The current status of the association.
|
Copyright © 2024. All rights reserved.