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