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