Uses of Interface
software.amazon.awssdk.services.organizations.model.DescribeHandshakeRequest.Builder
-
Packages that use DescribeHandshakeRequest.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 DescribeHandshakeRequest.Builder in software.amazon.awssdk.services.organizations
Method parameters in software.amazon.awssdk.services.organizations with type arguments of type DescribeHandshakeRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeHandshakeResponse>OrganizationsAsyncClient. describeHandshake(Consumer<DescribeHandshakeRequest.Builder> describeHandshakeRequest)Retrieves information about a previously requested handshake.default DescribeHandshakeResponseOrganizationsClient. describeHandshake(Consumer<DescribeHandshakeRequest.Builder> describeHandshakeRequest)Retrieves information about a previously requested handshake. -
Uses of DescribeHandshakeRequest.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return DescribeHandshakeRequest.Builder Modifier and Type Method Description static DescribeHandshakeRequest.BuilderDescribeHandshakeRequest. builder()DescribeHandshakeRequest.BuilderDescribeHandshakeRequest.Builder. handshakeId(String handshakeId)The unique identifier (ID) of the handshake that you want information about.DescribeHandshakeRequest.BuilderDescribeHandshakeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeHandshakeRequest.BuilderDescribeHandshakeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeHandshakeRequest.BuilderDescribeHandshakeRequest. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type DescribeHandshakeRequest.Builder Modifier and Type Method Description static Class<? extends DescribeHandshakeRequest.Builder>DescribeHandshakeRequest. serializableBuilderClass()
-