| Package | Description |
|---|---|
| software.amazon.awssdk.services.organizations |
Organizations is a web service that enables you to consolidate your multiple Amazon Web Services accounts into an
organization and centrally manage your accounts and their resources.
|
| software.amazon.awssdk.services.organizations.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListHandshakesForAccountResponse |
OrganizationsClient.listHandshakesForAccount()
Lists the current handshakes that are associated with the account of the requesting user.
|
default ListHandshakesForAccountResponse |
OrganizationsClient.listHandshakesForAccount(Consumer<ListHandshakesForAccountRequest.Builder> listHandshakesForAccountRequest)
Lists the current handshakes that are associated with the account of the requesting user.
|
default ListHandshakesForAccountResponse |
OrganizationsClient.listHandshakesForAccount(ListHandshakesForAccountRequest listHandshakesForAccountRequest)
Lists the current handshakes that are associated with the account of the requesting user.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListHandshakesForAccountResponse> |
OrganizationsAsyncClient.listHandshakesForAccount()
Lists the current handshakes that are associated with the account of the requesting user.
|
default CompletableFuture<ListHandshakesForAccountResponse> |
OrganizationsAsyncClient.listHandshakesForAccount(Consumer<ListHandshakesForAccountRequest.Builder> listHandshakesForAccountRequest)
Lists the current handshakes that are associated with the account of the requesting user.
|
default CompletableFuture<ListHandshakesForAccountResponse> |
OrganizationsAsyncClient.listHandshakesForAccount(ListHandshakesForAccountRequest listHandshakesForAccountRequest)
Lists the current handshakes that are associated with the account of the requesting user.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListHandshakesForAccountResponse> |
ListHandshakesForAccountIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListHandshakesForAccountPublisher.subscribe(org.reactivestreams.Subscriber<? super ListHandshakesForAccountResponse> subscriber) |
Copyright © 2023. All rights reserved.