Uses of Interface
software.amazon.awssdk.services.iam.model.GetUserPolicyResponse.Builder
-
Packages that use GetUserPolicyResponse.Builder Package Description software.amazon.awssdk.services.iam.model -
-
Uses of GetUserPolicyResponse.Builder in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return GetUserPolicyResponse.Builder Modifier and Type Method Description static GetUserPolicyResponse.BuilderGetUserPolicyResponse. builder()GetUserPolicyResponse.BuilderGetUserPolicyResponse.Builder. policyDocument(String policyDocument)The policy document.GetUserPolicyResponse.BuilderGetUserPolicyResponse.Builder. policyName(String policyName)The name of the policy.GetUserPolicyResponse.BuilderGetUserPolicyResponse. toBuilder()GetUserPolicyResponse.BuilderGetUserPolicyResponse.Builder. userName(String userName)The user the policy is associated with.Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type GetUserPolicyResponse.Builder Modifier and Type Method Description static Class<? extends GetUserPolicyResponse.Builder>GetUserPolicyResponse. serializableBuilderClass()
-