| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default ListHandshakesForAccountResponse |
OrganizationsClient.listHandshakesForAccount(Consumer<ListHandshakesForAccountRequest.Builder> listHandshakesForAccountRequest)
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 ListHandshakesForAccountIterable |
OrganizationsClient.listHandshakesForAccountPaginator(Consumer<ListHandshakesForAccountRequest.Builder> listHandshakesForAccountRequest)
Lists the current handshakes that are associated with the account of the requesting user.
|
default ListHandshakesForAccountPublisher |
OrganizationsAsyncClient.listHandshakesForAccountPaginator(Consumer<ListHandshakesForAccountRequest.Builder> listHandshakesForAccountRequest)
Lists the current handshakes that are associated with the account of the requesting user.
|
| Modifier and Type | Method and Description |
|---|---|
static ListHandshakesForAccountRequest.Builder |
ListHandshakesForAccountRequest.builder() |
default ListHandshakesForAccountRequest.Builder |
ListHandshakesForAccountRequest.Builder.filter(Consumer<HandshakeFilter.Builder> filter)
Filters the handshakes that you want included in the response.
|
ListHandshakesForAccountRequest.Builder |
ListHandshakesForAccountRequest.Builder.filter(HandshakeFilter filter)
Filters the handshakes that you want included in the response.
|
ListHandshakesForAccountRequest.Builder |
ListHandshakesForAccountRequest.Builder.maxResults(Integer maxResults)
The total number of results that you want included on each page of the response.
|
ListHandshakesForAccountRequest.Builder |
ListHandshakesForAccountRequest.Builder.nextToken(String nextToken)
The parameter for receiving additional results if you receive a
NextToken response in a previous
request. |
ListHandshakesForAccountRequest.Builder |
ListHandshakesForAccountRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListHandshakesForAccountRequest.Builder |
ListHandshakesForAccountRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListHandshakesForAccountRequest.Builder |
ListHandshakesForAccountRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListHandshakesForAccountRequest.Builder> |
ListHandshakesForAccountRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.