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