Uses of Interface
software.amazon.awssdk.services.iam.model.AttachUserPolicyRequest.Builder
-
Packages that use AttachUserPolicyRequest.Builder Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.model -
-
Uses of AttachUserPolicyRequest.Builder in software.amazon.awssdk.services.iam
Method parameters in software.amazon.awssdk.services.iam with type arguments of type AttachUserPolicyRequest.Builder Modifier and Type Method Description default CompletableFuture<AttachUserPolicyResponse>IamAsyncClient. attachUserPolicy(Consumer<AttachUserPolicyRequest.Builder> attachUserPolicyRequest)Attaches the specified managed policy to the specified user.default AttachUserPolicyResponseIamClient. attachUserPolicy(Consumer<AttachUserPolicyRequest.Builder> attachUserPolicyRequest)Attaches the specified managed policy to the specified user. -
Uses of AttachUserPolicyRequest.Builder in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return AttachUserPolicyRequest.Builder Modifier and Type Method Description static AttachUserPolicyRequest.BuilderAttachUserPolicyRequest. builder()AttachUserPolicyRequest.BuilderAttachUserPolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AttachUserPolicyRequest.BuilderAttachUserPolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AttachUserPolicyRequest.BuilderAttachUserPolicyRequest.Builder. policyArn(String policyArn)The Amazon Resource Name (ARN) of the IAM policy you want to attach.AttachUserPolicyRequest.BuilderAttachUserPolicyRequest. toBuilder()AttachUserPolicyRequest.BuilderAttachUserPolicyRequest.Builder. userName(String userName)The name (friendly name, not ARN) of the IAM user to attach the policy to.Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type AttachUserPolicyRequest.Builder Modifier and Type Method Description static Class<? extends AttachUserPolicyRequest.Builder>AttachUserPolicyRequest. serializableBuilderClass()
-