Uses of Class
software.amazon.awssdk.services.organizations.model.ListHandshakesForAccountResponse
-
Packages that use ListHandshakesForAccountResponse 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 ListHandshakesForAccountResponse in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations that return ListHandshakesForAccountResponse Modifier and Type Method Description default ListHandshakesForAccountResponseOrganizationsClient. listHandshakesForAccount()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 ListHandshakesForAccountResponseOrganizationsClient. listHandshakesForAccount(ListHandshakesForAccountRequest listHandshakesForAccountRequest)Lists the current handshakes that are associated with the account of the requesting user.Methods in software.amazon.awssdk.services.organizations that return types with arguments of type ListHandshakesForAccountResponse Modifier and Type Method Description default CompletableFuture<ListHandshakesForAccountResponse>OrganizationsAsyncClient. listHandshakesForAccount()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 CompletableFuture<ListHandshakesForAccountResponse>OrganizationsAsyncClient. listHandshakesForAccount(ListHandshakesForAccountRequest listHandshakesForAccountRequest)Lists the current handshakes that are associated with the account of the requesting user. -
Uses of ListHandshakesForAccountResponse in software.amazon.awssdk.services.organizations.paginators
Methods in software.amazon.awssdk.services.organizations.paginators that return types with arguments of type ListHandshakesForAccountResponse Modifier and Type Method Description Iterator<ListHandshakesForAccountResponse>ListHandshakesForAccountIterable. iterator()Method parameters in software.amazon.awssdk.services.organizations.paginators with type arguments of type ListHandshakesForAccountResponse Modifier and Type Method Description voidListHandshakesForAccountPublisher. subscribe(org.reactivestreams.Subscriber<? super ListHandshakesForAccountResponse> subscriber)
-