| 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 ListHandshakesForOrganizationResponse |
OrganizationsClient.listHandshakesForOrganization(Consumer<ListHandshakesForOrganizationRequest.Builder> listHandshakesForOrganizationRequest)
Lists the handshakes that are associated with the organization that the requesting user is part of.
|
default CompletableFuture<ListHandshakesForOrganizationResponse> |
OrganizationsAsyncClient.listHandshakesForOrganization(Consumer<ListHandshakesForOrganizationRequest.Builder> listHandshakesForOrganizationRequest)
Lists the handshakes that are associated with the organization that the requesting user is part of.
|
default ListHandshakesForOrganizationIterable |
OrganizationsClient.listHandshakesForOrganizationPaginator(Consumer<ListHandshakesForOrganizationRequest.Builder> listHandshakesForOrganizationRequest)
Lists the handshakes that are associated with the organization that the requesting user is part of.
|
default ListHandshakesForOrganizationPublisher |
OrganizationsAsyncClient.listHandshakesForOrganizationPaginator(Consumer<ListHandshakesForOrganizationRequest.Builder> listHandshakesForOrganizationRequest)
Lists the handshakes that are associated with the organization that the requesting user is part of.
|
| Modifier and Type | Method and Description |
|---|---|
static ListHandshakesForOrganizationRequest.Builder |
ListHandshakesForOrganizationRequest.builder() |
default ListHandshakesForOrganizationRequest.Builder |
ListHandshakesForOrganizationRequest.Builder.filter(Consumer<HandshakeFilter.Builder> filter)
A filter of the handshakes that you want included in the response.
|
ListHandshakesForOrganizationRequest.Builder |
ListHandshakesForOrganizationRequest.Builder.filter(HandshakeFilter filter)
A filter of the handshakes that you want included in the response.
|
ListHandshakesForOrganizationRequest.Builder |
ListHandshakesForOrganizationRequest.Builder.maxResults(Integer maxResults)
The total number of results that you want included on each page of the response.
|
ListHandshakesForOrganizationRequest.Builder |
ListHandshakesForOrganizationRequest.Builder.nextToken(String nextToken)
The parameter for receiving additional results if you receive a
NextToken response in a previous
request. |
ListHandshakesForOrganizationRequest.Builder |
ListHandshakesForOrganizationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListHandshakesForOrganizationRequest.Builder |
ListHandshakesForOrganizationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListHandshakesForOrganizationRequest.Builder |
ListHandshakesForOrganizationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListHandshakesForOrganizationRequest.Builder> |
ListHandshakesForOrganizationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.