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