| Package | Description |
|---|---|
| software.amazon.awssdk.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceShareAssociationType |
GetResourceShareAssociationsRequest.associationType()
Specifies whether you want to retrieve the associations that involve a specified resource or principal.
|
ResourceShareAssociationType |
ResourceShareAssociation.associationType()
The type of entity included in this association.
|
static ResourceShareAssociationType |
ResourceShareAssociationType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ResourceShareAssociationType |
ResourceShareAssociationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceShareAssociationType[] |
ResourceShareAssociationType.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<ResourceShareAssociationType> |
ResourceShareAssociationType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetResourceShareAssociationsRequest.Builder |
GetResourceShareAssociationsRequest.Builder.associationType(ResourceShareAssociationType associationType)
Specifies whether you want to retrieve the associations that involve a specified resource or principal.
|
ResourceShareAssociation.Builder |
ResourceShareAssociation.Builder.associationType(ResourceShareAssociationType associationType)
The type of entity included in this association.
|
Copyright © 2022. All rights reserved.