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