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