| Package | Description |
|---|---|
| software.amazon.awssdk.services.ram |
Use AWS Resource Access Manager to share AWS resources between AWS accounts.
|
| software.amazon.awssdk.services.ram.paginators | |
| software.amazon.awssdk.services.ram.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetResourceShareInvitationsResponse> |
RamAsyncClient.getResourceShareInvitations(GetResourceShareInvitationsRequest getResourceShareInvitationsRequest)
Gets the invitations for resource sharing that you've received.
|
default GetResourceShareInvitationsResponse |
RamClient.getResourceShareInvitations(GetResourceShareInvitationsRequest getResourceShareInvitationsRequest)
Gets the invitations for resource sharing that you've received.
|
default GetResourceShareInvitationsPublisher |
RamAsyncClient.getResourceShareInvitationsPaginator(GetResourceShareInvitationsRequest getResourceShareInvitationsRequest)
Gets the invitations for resource sharing that you've received.
|
default GetResourceShareInvitationsIterable |
RamClient.getResourceShareInvitationsPaginator(GetResourceShareInvitationsRequest getResourceShareInvitationsRequest)
Gets the invitations for resource sharing that you've received.
|
| Constructor and Description |
|---|
GetResourceShareInvitationsIterable(RamClient client,
GetResourceShareInvitationsRequest firstRequest) |
GetResourceShareInvitationsPublisher(RamAsyncClient client,
GetResourceShareInvitationsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetResourceShareInvitationsRequestMarshaller.marshall(GetResourceShareInvitationsRequest getResourceShareInvitationsRequest) |
Copyright © 2021. All rights reserved.