Uses of Interface
software.amazon.awssdk.services.organizations.model.CancelHandshakeRequest.Builder
-
Packages that use CancelHandshakeRequest.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 CancelHandshakeRequest.Builder in software.amazon.awssdk.services.organizations
Method parameters in software.amazon.awssdk.services.organizations with type arguments of type CancelHandshakeRequest.Builder Modifier and Type Method Description default CompletableFuture<CancelHandshakeResponse>OrganizationsAsyncClient. cancelHandshake(Consumer<CancelHandshakeRequest.Builder> cancelHandshakeRequest)Cancels a handshake.default CancelHandshakeResponseOrganizationsClient. cancelHandshake(Consumer<CancelHandshakeRequest.Builder> cancelHandshakeRequest)Cancels a handshake. -
Uses of CancelHandshakeRequest.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return CancelHandshakeRequest.Builder Modifier and Type Method Description static CancelHandshakeRequest.BuilderCancelHandshakeRequest. builder()CancelHandshakeRequest.BuilderCancelHandshakeRequest.Builder. handshakeId(String handshakeId)The unique identifier (ID) of the handshake that you want to cancel.CancelHandshakeRequest.BuilderCancelHandshakeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CancelHandshakeRequest.BuilderCancelHandshakeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CancelHandshakeRequest.BuilderCancelHandshakeRequest. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type CancelHandshakeRequest.Builder Modifier and Type Method Description static Class<? extends CancelHandshakeRequest.Builder>CancelHandshakeRequest. serializableBuilderClass()
-