Uses of Class
software.amazon.awssdk.services.organizations.model.ListHandshakesForOrganizationResponse
-
Packages that use ListHandshakesForOrganizationResponse 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 -
-
Uses of ListHandshakesForOrganizationResponse in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations that return ListHandshakesForOrganizationResponse Modifier and Type Method Description default ListHandshakesForOrganizationResponseOrganizationsClient. listHandshakesForOrganization()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 ListHandshakesForOrganizationResponseOrganizationsClient. listHandshakesForOrganization(ListHandshakesForOrganizationRequest listHandshakesForOrganizationRequest)Lists the handshakes that are associated with the organization that the requesting user is part of.Methods in software.amazon.awssdk.services.organizations that return types with arguments of type ListHandshakesForOrganizationResponse Modifier and Type Method Description default CompletableFuture<ListHandshakesForOrganizationResponse>OrganizationsAsyncClient. listHandshakesForOrganization()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 CompletableFuture<ListHandshakesForOrganizationResponse>OrganizationsAsyncClient. listHandshakesForOrganization(ListHandshakesForOrganizationRequest listHandshakesForOrganizationRequest)Lists the handshakes that are associated with the organization that the requesting user is part of. -
Uses of ListHandshakesForOrganizationResponse in software.amazon.awssdk.services.organizations.paginators
Methods in software.amazon.awssdk.services.organizations.paginators that return types with arguments of type ListHandshakesForOrganizationResponse Modifier and Type Method Description Iterator<ListHandshakesForOrganizationResponse>ListHandshakesForOrganizationIterable. iterator()Method parameters in software.amazon.awssdk.services.organizations.paginators with type arguments of type ListHandshakesForOrganizationResponse Modifier and Type Method Description voidListHandshakesForOrganizationPublisher. subscribe(org.reactivestreams.Subscriber<? super ListHandshakesForOrganizationResponse> subscriber)
-