Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateIpamPolicyRequest.Builder
Packages that use CreateIpamPolicyRequest.Builder
Package
Description
-
Uses of CreateIpamPolicyRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateIpamPolicyRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.createIpamPolicy(Consumer<CreateIpamPolicyRequest.Builder> createIpamPolicyRequest) Creates an IPAM policy.default CreateIpamPolicyResponseEc2Client.createIpamPolicy(Consumer<CreateIpamPolicyRequest.Builder> createIpamPolicyRequest) Creates an IPAM policy. -
Uses of CreateIpamPolicyRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateIpamPolicyRequest.BuilderModifier and TypeMethodDescriptionCreateIpamPolicyRequest.builder()CreateIpamPolicyRequest.Builder.clientToken(String clientToken) A unique, case-sensitive identifier to ensure the idempotency of the request.A check for whether you have the required permissions for the action without actually making the request and provides an error response.The ID of the IPAM for which you're creating the policy.CreateIpamPolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateIpamPolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateIpamPolicyRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to assign to the IPAM policy.CreateIpamPolicyRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to assign to the IPAM policy.CreateIpamPolicyRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to assign to the IPAM policy.CreateIpamPolicyRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateIpamPolicyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateIpamPolicyRequest.Builder>CreateIpamPolicyRequest.serializableBuilderClass()