| Package | Description |
|---|---|
| software.amazon.awssdk.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
List<Resource> |
ListResourcesResponse.resources()
An array of objects that contain information about the resources.
|
List<Resource> |
ListPendingInvitationResourcesResponse.resources()
An array of objects that contain the information about the resources included the specified resource share.
|
| Modifier and Type | Method and Description |
|---|---|
ListResourcesResponse.Builder |
ListResourcesResponse.Builder.resources(Resource... resources)
An array of objects that contain information about the resources.
|
ListPendingInvitationResourcesResponse.Builder |
ListPendingInvitationResourcesResponse.Builder.resources(Resource... resources)
An array of objects that contain the information about the resources included the specified resource share.
|
| Modifier and Type | Method and Description |
|---|---|
ListResourcesResponse.Builder |
ListResourcesResponse.Builder.resources(Collection<Resource> resources)
An array of objects that contain information about the resources.
|
ListPendingInvitationResourcesResponse.Builder |
ListPendingInvitationResourcesResponse.Builder.resources(Collection<Resource> resources)
An array of objects that contain the information about the resources included the specified resource share.
|
Copyright © 2023. All rights reserved.