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