Uses of Class
software.amazon.awssdk.services.organizations.model.ListHandshakesForAccountRequest
-
Packages that use ListHandshakesForAccountRequest 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 software.amazon.awssdk.services.organizations.transform -
-
Uses of ListHandshakesForAccountRequest in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations with parameters of type ListHandshakesForAccountRequest Modifier and Type Method Description default CompletableFuture<ListHandshakesForAccountResponse>OrganizationsAsyncClient. listHandshakesForAccount(ListHandshakesForAccountRequest 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.default ListHandshakesForAccountPublisherOrganizationsAsyncClient. listHandshakesForAccountPaginator(ListHandshakesForAccountRequest listHandshakesForAccountRequest)Lists the current handshakes that are associated with the account of the requesting user.default ListHandshakesForAccountIterableOrganizationsClient. listHandshakesForAccountPaginator(ListHandshakesForAccountRequest listHandshakesForAccountRequest)Lists the current handshakes that are associated with the account of the requesting user. -
Uses of ListHandshakesForAccountRequest in software.amazon.awssdk.services.organizations.paginators
Constructors in software.amazon.awssdk.services.organizations.paginators with parameters of type ListHandshakesForAccountRequest Constructor Description ListHandshakesForAccountIterable(OrganizationsClient client, ListHandshakesForAccountRequest firstRequest)ListHandshakesForAccountPublisher(OrganizationsAsyncClient client, ListHandshakesForAccountRequest firstRequest) -
Uses of ListHandshakesForAccountRequest in software.amazon.awssdk.services.organizations.transform
Methods in software.amazon.awssdk.services.organizations.transform with parameters of type ListHandshakesForAccountRequest Modifier and Type Method Description SdkHttpFullRequestListHandshakesForAccountRequestMarshaller. marshall(ListHandshakesForAccountRequest listHandshakesForAccountRequest)
-