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