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