Uses of Interface
software.amazon.awssdk.services.iam.model.CreatePolicyRequest.Builder
-
Packages that use CreatePolicyRequest.Builder Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.model -
-
Uses of CreatePolicyRequest.Builder in software.amazon.awssdk.services.iam
Method parameters in software.amazon.awssdk.services.iam with type arguments of type CreatePolicyRequest.Builder Modifier and Type Method Description default CompletableFuture<CreatePolicyResponse>IamAsyncClient. createPolicy(Consumer<CreatePolicyRequest.Builder> createPolicyRequest)Creates a new managed policy for your Amazon Web Services account.default CreatePolicyResponseIamClient. createPolicy(Consumer<CreatePolicyRequest.Builder> createPolicyRequest)Creates a new managed policy for your Amazon Web Services account. -
Uses of CreatePolicyRequest.Builder in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return CreatePolicyRequest.Builder Modifier and Type Method Description static CreatePolicyRequest.BuilderCreatePolicyRequest. builder()CreatePolicyRequest.BuilderCreatePolicyRequest.Builder. description(String description)A friendly description of the policy.CreatePolicyRequest.BuilderCreatePolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreatePolicyRequest.BuilderCreatePolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreatePolicyRequest.BuilderCreatePolicyRequest.Builder. path(String path)The path for the policy.CreatePolicyRequest.BuilderCreatePolicyRequest.Builder. policyDocument(String policyDocument)The JSON policy document that you want to use as the content for the new policy.CreatePolicyRequest.BuilderCreatePolicyRequest.Builder. policyName(String policyName)The friendly name of the policy.CreatePolicyRequest.BuilderCreatePolicyRequest.Builder. tags(Collection<Tag> tags)A list of tags that you want to attach to the new IAM customer managed policy.CreatePolicyRequest.BuilderCreatePolicyRequest.Builder. tags(Consumer<Tag.Builder>... tags)A list of tags that you want to attach to the new IAM customer managed policy.CreatePolicyRequest.BuilderCreatePolicyRequest.Builder. tags(Tag... tags)A list of tags that you want to attach to the new IAM customer managed policy.CreatePolicyRequest.BuilderCreatePolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type CreatePolicyRequest.Builder Modifier and Type Method Description static Class<? extends CreatePolicyRequest.Builder>CreatePolicyRequest. serializableBuilderClass()
-