| Package | Description |
|---|---|
| com.amazonaws.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceNameAndResourceType |
ServiceNameAndResourceType.clone() |
ServiceNameAndResourceType |
ServiceNameAndResourceType.withResourceRegionScope(ResourceRegionScope resourceRegionScope)
Specifies the scope of visibility of resources of this type:
|
ServiceNameAndResourceType |
ServiceNameAndResourceType.withResourceRegionScope(String resourceRegionScope)
Specifies the scope of visibility of resources of this type:
|
ServiceNameAndResourceType |
ServiceNameAndResourceType.withResourceType(String resourceType)
The type of the resource.
|
ServiceNameAndResourceType |
ServiceNameAndResourceType.withServiceName(String serviceName)
The name of the Amazon Web Services service to which resources of this type belong.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceNameAndResourceType> |
ListResourceTypesResult.getResourceTypes()
An array of objects that contain information about the resource types that can be shared using RAM.
|
| Modifier and Type | Method and Description |
|---|---|
ListResourceTypesResult |
ListResourceTypesResult.withResourceTypes(ServiceNameAndResourceType... resourceTypes)
An array of objects that contain information about the resource types that can be shared using RAM.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListResourceTypesResult.setResourceTypes(Collection<ServiceNameAndResourceType> resourceTypes)
An array of objects that contain information about the resource types that can be shared using RAM.
|
ListResourceTypesResult |
ListResourceTypesResult.withResourceTypes(Collection<ServiceNameAndResourceType> resourceTypes)
An array of objects that contain information about the resource types that can be shared using RAM.
|
Copyright © 2022. All rights reserved.