Uses of Interface
software.amazon.awssdk.services.organizations.model.ListHandshakesForOrganizationRequest.Builder
-
Packages that use ListHandshakesForOrganizationRequest.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 ListHandshakesForOrganizationRequest.Builder in software.amazon.awssdk.services.organizations
Method parameters in software.amazon.awssdk.services.organizations with type arguments of type ListHandshakesForOrganizationRequest.Builder Modifier and Type Method Description 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 ListHandshakesForOrganizationResponseOrganizationsClient. listHandshakesForOrganization(Consumer<ListHandshakesForOrganizationRequest.Builder> listHandshakesForOrganizationRequest)Lists the handshakes that are associated with the organization that the requesting user is part of.default ListHandshakesForOrganizationPublisherOrganizationsAsyncClient. listHandshakesForOrganizationPaginator(Consumer<ListHandshakesForOrganizationRequest.Builder> listHandshakesForOrganizationRequest)Lists the handshakes that are associated with the organization that the requesting user is part of.default ListHandshakesForOrganizationIterableOrganizationsClient. listHandshakesForOrganizationPaginator(Consumer<ListHandshakesForOrganizationRequest.Builder> listHandshakesForOrganizationRequest)Lists the handshakes that are associated with the organization that the requesting user is part of. -
Uses of ListHandshakesForOrganizationRequest.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return ListHandshakesForOrganizationRequest.Builder Modifier and Type Method Description static ListHandshakesForOrganizationRequest.BuilderListHandshakesForOrganizationRequest. builder()default ListHandshakesForOrganizationRequest.BuilderListHandshakesForOrganizationRequest.Builder. filter(Consumer<HandshakeFilter.Builder> filter)A filter of the handshakes that you want included in the response.ListHandshakesForOrganizationRequest.BuilderListHandshakesForOrganizationRequest.Builder. filter(HandshakeFilter filter)A filter of the handshakes that you want included in the response.ListHandshakesForOrganizationRequest.BuilderListHandshakesForOrganizationRequest.Builder. maxResults(Integer maxResults)The total number of results that you want included on each page of the response.ListHandshakesForOrganizationRequest.BuilderListHandshakesForOrganizationRequest.Builder. nextToken(String nextToken)The parameter for receiving additional results if you receive aNextTokenresponse in a previous request.ListHandshakesForOrganizationRequest.BuilderListHandshakesForOrganizationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListHandshakesForOrganizationRequest.BuilderListHandshakesForOrganizationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListHandshakesForOrganizationRequest.BuilderListHandshakesForOrganizationRequest. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type ListHandshakesForOrganizationRequest.Builder Modifier and Type Method Description static Class<? extends ListHandshakesForOrganizationRequest.Builder>ListHandshakesForOrganizationRequest. serializableBuilderClass()
-