| 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 |
| Modifier and Type | Method and Description |
|---|---|
default GetResourceShareInvitationsResponse |
RamClient.getResourceShareInvitations()
Gets the invitations for resource sharing that you've received.
|
default GetResourceShareInvitationsResponse |
RamClient.getResourceShareInvitations(Consumer<GetResourceShareInvitationsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetResourceShareInvitationsResponse> |
RamAsyncClient.getResourceShareInvitations()
Gets the invitations for resource sharing that you've received.
|
default CompletableFuture<GetResourceShareInvitationsResponse> |
RamAsyncClient.getResourceShareInvitations(Consumer<GetResourceShareInvitationsRequest.Builder> getResourceShareInvitationsRequest)
Gets the invitations for resource sharing that you've received.
|
default CompletableFuture<GetResourceShareInvitationsResponse> |
RamAsyncClient.getResourceShareInvitations(GetResourceShareInvitationsRequest getResourceShareInvitationsRequest)
Gets the invitations for resource sharing that you've received.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetResourceShareInvitationsResponse> |
GetResourceShareInvitationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetResourceShareInvitationsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetResourceShareInvitationsResponse> subscriber) |
Copyright © 2021. All rights reserved.