| Package | Description |
|---|---|
| software.amazon.awssdk.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
static ResourceOwner |
ResourceOwner.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ResourceOwner |
ListResourcesRequest.resourceOwner()
Specifies that you want to list only the resource shares that match the following:
|
ResourceOwner |
GetResourceSharesRequest.resourceOwner()
Specifies that you want to retrieve details of only those resource shares that match the following:
|
ResourceOwner |
ListPrincipalsRequest.resourceOwner()
Specifies that you want to list information for only resource shares that match the following:
|
static ResourceOwner |
ResourceOwner.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceOwner[] |
ResourceOwner.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<ResourceOwner> |
ResourceOwner.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListResourcesRequest.Builder |
ListResourcesRequest.Builder.resourceOwner(ResourceOwner resourceOwner)
Specifies that you want to list only the resource shares that match the following:
|
GetResourceSharesRequest.Builder |
GetResourceSharesRequest.Builder.resourceOwner(ResourceOwner resourceOwner)
Specifies that you want to retrieve details of only those resource shares that match the following:
|
ListPrincipalsRequest.Builder |
ListPrincipalsRequest.Builder.resourceOwner(ResourceOwner resourceOwner)
Specifies that you want to list information for only resource shares that match the following:
|
Copyright © 2022. All rights reserved.