Uses of Interface
software.amazon.awssdk.services.organizations.model.DeclineHandshakeRequest.Builder
-
Packages that use DeclineHandshakeRequest.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 DeclineHandshakeRequest.Builder in software.amazon.awssdk.services.organizations
Method parameters in software.amazon.awssdk.services.organizations with type arguments of type DeclineHandshakeRequest.Builder Modifier and Type Method Description default CompletableFuture<DeclineHandshakeResponse>OrganizationsAsyncClient. declineHandshake(Consumer<DeclineHandshakeRequest.Builder> declineHandshakeRequest)Declines a handshake request.default DeclineHandshakeResponseOrganizationsClient. declineHandshake(Consumer<DeclineHandshakeRequest.Builder> declineHandshakeRequest)Declines a handshake request. -
Uses of DeclineHandshakeRequest.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return DeclineHandshakeRequest.Builder Modifier and Type Method Description static DeclineHandshakeRequest.BuilderDeclineHandshakeRequest. builder()DeclineHandshakeRequest.BuilderDeclineHandshakeRequest.Builder. handshakeId(String handshakeId)The unique identifier (ID) of the handshake that you want to decline.DeclineHandshakeRequest.BuilderDeclineHandshakeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeclineHandshakeRequest.BuilderDeclineHandshakeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeclineHandshakeRequest.BuilderDeclineHandshakeRequest. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type DeclineHandshakeRequest.Builder Modifier and Type Method Description static Class<? extends DeclineHandshakeRequest.Builder>DeclineHandshakeRequest. serializableBuilderClass()
-