Uses of Interface
software.amazon.awssdk.services.organizations.model.DescribeHandshakeResponse.Builder
-
Packages that use DescribeHandshakeResponse.Builder Package Description software.amazon.awssdk.services.organizations.model -
-
Uses of DescribeHandshakeResponse.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return DescribeHandshakeResponse.Builder Modifier and Type Method Description static DescribeHandshakeResponse.BuilderDescribeHandshakeResponse. builder()default DescribeHandshakeResponse.BuilderDescribeHandshakeResponse.Builder. handshake(Consumer<Handshake.Builder> handshake)A structure that contains information about the specified handshake.DescribeHandshakeResponse.BuilderDescribeHandshakeResponse.Builder. handshake(Handshake handshake)A structure that contains information about the specified handshake.DescribeHandshakeResponse.BuilderDescribeHandshakeResponse. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type DescribeHandshakeResponse.Builder Modifier and Type Method Description static Class<? extends DescribeHandshakeResponse.Builder>DescribeHandshakeResponse. serializableBuilderClass()
-