Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsException.Builder
-
Packages that use CloudWatchLogsException.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of CloudWatchLogsException.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Classes in software.amazon.awssdk.services.cloudwatchlogs.model that implement CloudWatchLogsException.Builder Modifier and Type Class Description protected static classCloudWatchLogsException.BuilderImplMethods in software.amazon.awssdk.services.cloudwatchlogs.model that return CloudWatchLogsException.Builder Modifier and Type Method Description CloudWatchLogsException.BuilderCloudWatchLogsException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static CloudWatchLogsException.BuilderCloudWatchLogsException. builder()CloudWatchLogsException.BuilderCloudWatchLogsException.Builder. cause(Throwable cause)CloudWatchLogsException.BuilderCloudWatchLogsException.Builder. message(String message)CloudWatchLogsException.BuilderCloudWatchLogsException.Builder. numAttempts(Integer numAttempts)CloudWatchLogsException.BuilderCloudWatchLogsException.Builder. requestId(String requestId)CloudWatchLogsException.BuilderCloudWatchLogsException.Builder. statusCode(int statusCode)CloudWatchLogsException.BuilderCloudWatchLogsException. toBuilder()CloudWatchLogsException.BuilderCloudWatchLogsException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type CloudWatchLogsException.Builder Modifier and Type Method Description static Class<? extends CloudWatchLogsException.Builder>CloudWatchLogsException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type CloudWatchLogsException.Builder Constructor Description CloudWatchLogsException(CloudWatchLogsException.Builder builder)
-