Uses of Interface
software.amazon.awssdk.services.organizations.model.DuplicateHandshakeException.Builder
-
Packages that use DuplicateHandshakeException.Builder Package Description software.amazon.awssdk.services.organizations.model -
-
Uses of DuplicateHandshakeException.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return DuplicateHandshakeException.Builder Modifier and Type Method Description DuplicateHandshakeException.BuilderDuplicateHandshakeException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static DuplicateHandshakeException.BuilderDuplicateHandshakeException. builder()DuplicateHandshakeException.BuilderDuplicateHandshakeException.Builder. cause(Throwable cause)DuplicateHandshakeException.BuilderDuplicateHandshakeException.Builder. message(String message)DuplicateHandshakeException.BuilderDuplicateHandshakeException.Builder. requestId(String requestId)DuplicateHandshakeException.BuilderDuplicateHandshakeException.Builder. statusCode(int statusCode)DuplicateHandshakeException.BuilderDuplicateHandshakeException. toBuilder()DuplicateHandshakeException.BuilderDuplicateHandshakeException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type DuplicateHandshakeException.Builder Modifier and Type Method Description static Class<? extends DuplicateHandshakeException.Builder>DuplicateHandshakeException. serializableBuilderClass()
-