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