| Package | Description |
|---|---|
| software.amazon.awssdk.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
static ResourceRegionScopeFilter |
ResourceRegionScopeFilter.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ResourceRegionScopeFilter |
ListPendingInvitationResourcesRequest.resourceRegionScope()
Specifies that you want the results to include only resources that have the specified scope.
|
ResourceRegionScopeFilter |
ListResourceTypesRequest.resourceRegionScope()
Specifies that you want the results to include only resources that have the specified scope.
|
ResourceRegionScopeFilter |
ListResourcesRequest.resourceRegionScope()
Specifies that you want the results to include only resources that have the specified scope.
|
static ResourceRegionScopeFilter |
ResourceRegionScopeFilter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceRegionScopeFilter[] |
ResourceRegionScopeFilter.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<ResourceRegionScopeFilter> |
ResourceRegionScopeFilter.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListPendingInvitationResourcesRequest.Builder |
ListPendingInvitationResourcesRequest.Builder.resourceRegionScope(ResourceRegionScopeFilter resourceRegionScope)
Specifies that you want the results to include only resources that have the specified scope.
|
ListResourceTypesRequest.Builder |
ListResourceTypesRequest.Builder.resourceRegionScope(ResourceRegionScopeFilter resourceRegionScope)
Specifies that you want the results to include only resources that have the specified scope.
|
ListResourcesRequest.Builder |
ListResourcesRequest.Builder.resourceRegionScope(ResourceRegionScopeFilter resourceRegionScope)
Specifies that you want the results to include only resources that have the specified scope.
|
Copyright © 2023. All rights reserved.