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