Uses of Class
software.amazon.awssdk.services.organizations.model.CancelHandshakeResponse
-
Packages that use CancelHandshakeResponse 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. -
-
Uses of CancelHandshakeResponse in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations that return CancelHandshakeResponse Modifier and Type Method Description default CancelHandshakeResponseOrganizationsClient. cancelHandshake(Consumer<CancelHandshakeRequest.Builder> cancelHandshakeRequest)Cancels a handshake.default CancelHandshakeResponseOrganizationsClient. cancelHandshake(CancelHandshakeRequest cancelHandshakeRequest)Cancels a handshake.Methods in software.amazon.awssdk.services.organizations that return types with arguments of type CancelHandshakeResponse Modifier and Type Method Description default CompletableFuture<CancelHandshakeResponse>OrganizationsAsyncClient. cancelHandshake(Consumer<CancelHandshakeRequest.Builder> cancelHandshakeRequest)Cancels a handshake.default CompletableFuture<CancelHandshakeResponse>OrganizationsAsyncClient. cancelHandshake(CancelHandshakeRequest cancelHandshakeRequest)Cancels a handshake.
-