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