| 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()
The type of owner.
|
ResourceOwner |
ListPrincipalsRequest.resourceOwner()
The type of owner.
|
ResourceOwner |
GetResourceSharesRequest.resourceOwner()
The type of owner.
|
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)
The type of owner.
|
ListPrincipalsRequest.Builder |
ListPrincipalsRequest.Builder.resourceOwner(ResourceOwner resourceOwner)
The type of owner.
|
GetResourceSharesRequest.Builder |
GetResourceSharesRequest.Builder.resourceOwner(ResourceOwner resourceOwner)
The type of owner.
|
Copyright © 2021. All rights reserved.