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