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