| Package | Description |
|---|---|
| software.amazon.awssdk.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
static ResourceRegionScope |
ResourceRegionScope.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ResourceRegionScope |
ServiceNameAndResourceType.resourceRegionScope()
Specifies the scope of visibility of resources of this type:
|
ResourceRegionScope |
Resource.resourceRegionScope()
Specifies the scope of visibility of this resource:
|
static ResourceRegionScope |
ResourceRegionScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceRegionScope[] |
ResourceRegionScope.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<ResourceRegionScope> |
ResourceRegionScope.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ServiceNameAndResourceType.Builder |
ServiceNameAndResourceType.Builder.resourceRegionScope(ResourceRegionScope resourceRegionScope)
Specifies the scope of visibility of resources of this type:
|
Resource.Builder |
Resource.Builder.resourceRegionScope(ResourceRegionScope resourceRegionScope)
Specifies the scope of visibility of this resource:
|
Copyright © 2022. All rights reserved.