Uses of Interface
software.amazon.awssdk.services.organizations.model.ListHandshakesForAccountRequest.Builder
-
Packages that use ListHandshakesForAccountRequest.Builder 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 -
-
Uses of ListHandshakesForAccountRequest.Builder in software.amazon.awssdk.services.organizations
Method parameters in software.amazon.awssdk.services.organizations with type arguments of type ListHandshakesForAccountRequest.Builder Modifier and Type Method Description default CompletableFuture<ListHandshakesForAccountResponse>OrganizationsAsyncClient. listHandshakesForAccount(Consumer<ListHandshakesForAccountRequest.Builder> listHandshakesForAccountRequest)Lists the current handshakes that are associated with the account of the requesting user.default ListHandshakesForAccountResponseOrganizationsClient. listHandshakesForAccount(Consumer<ListHandshakesForAccountRequest.Builder> listHandshakesForAccountRequest)Lists the current handshakes that are associated with the account of the requesting user.default ListHandshakesForAccountPublisherOrganizationsAsyncClient. listHandshakesForAccountPaginator(Consumer<ListHandshakesForAccountRequest.Builder> listHandshakesForAccountRequest)Lists the current handshakes that are associated with the account of the requesting user.default ListHandshakesForAccountIterableOrganizationsClient. listHandshakesForAccountPaginator(Consumer<ListHandshakesForAccountRequest.Builder> listHandshakesForAccountRequest)Lists the current handshakes that are associated with the account of the requesting user. -
Uses of ListHandshakesForAccountRequest.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return ListHandshakesForAccountRequest.Builder Modifier and Type Method Description static ListHandshakesForAccountRequest.BuilderListHandshakesForAccountRequest. builder()default ListHandshakesForAccountRequest.BuilderListHandshakesForAccountRequest.Builder. filter(Consumer<HandshakeFilter.Builder> filter)Filters the handshakes that you want included in the response.ListHandshakesForAccountRequest.BuilderListHandshakesForAccountRequest.Builder. filter(HandshakeFilter filter)Filters the handshakes that you want included in the response.ListHandshakesForAccountRequest.BuilderListHandshakesForAccountRequest.Builder. maxResults(Integer maxResults)The total number of results that you want included on each page of the response.ListHandshakesForAccountRequest.BuilderListHandshakesForAccountRequest.Builder. nextToken(String nextToken)The parameter for receiving additional results if you receive aNextTokenresponse in a previous request.ListHandshakesForAccountRequest.BuilderListHandshakesForAccountRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListHandshakesForAccountRequest.BuilderListHandshakesForAccountRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListHandshakesForAccountRequest.BuilderListHandshakesForAccountRequest. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type ListHandshakesForAccountRequest.Builder Modifier and Type Method Description static Class<? extends ListHandshakesForAccountRequest.Builder>ListHandshakesForAccountRequest. serializableBuilderClass()
-