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