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