Uses of Interface
software.amazon.awssdk.services.organizations.model.AcceptHandshakeRequest.Builder
-
Packages that use AcceptHandshakeRequest.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 AcceptHandshakeRequest.Builder in software.amazon.awssdk.services.organizations
Method parameters in software.amazon.awssdk.services.organizations with type arguments of type AcceptHandshakeRequest.Builder Modifier and Type Method Description default CompletableFuture<AcceptHandshakeResponse>OrganizationsAsyncClient. acceptHandshake(Consumer<AcceptHandshakeRequest.Builder> acceptHandshakeRequest)Sends a response to the originator of a handshake agreeing to the action proposed by the handshake request.default AcceptHandshakeResponseOrganizationsClient. acceptHandshake(Consumer<AcceptHandshakeRequest.Builder> acceptHandshakeRequest)Sends a response to the originator of a handshake agreeing to the action proposed by the handshake request. -
Uses of AcceptHandshakeRequest.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return AcceptHandshakeRequest.Builder Modifier and Type Method Description static AcceptHandshakeRequest.BuilderAcceptHandshakeRequest. builder()AcceptHandshakeRequest.BuilderAcceptHandshakeRequest.Builder. handshakeId(String handshakeId)The unique identifier (ID) of the handshake that you want to accept.AcceptHandshakeRequest.BuilderAcceptHandshakeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AcceptHandshakeRequest.BuilderAcceptHandshakeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AcceptHandshakeRequest.BuilderAcceptHandshakeRequest. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type AcceptHandshakeRequest.Builder Modifier and Type Method Description static Class<? extends AcceptHandshakeRequest.Builder>AcceptHandshakeRequest. serializableBuilderClass()
-