Uses of Interface
software.amazon.awssdk.services.ec2.model.ModifyIpamPolicyAllocationRulesRequest.Builder
Packages that use ModifyIpamPolicyAllocationRulesRequest.Builder
Package
Description
-
Uses of ModifyIpamPolicyAllocationRulesRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type ModifyIpamPolicyAllocationRulesRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.modifyIpamPolicyAllocationRules(Consumer<ModifyIpamPolicyAllocationRulesRequest.Builder> modifyIpamPolicyAllocationRulesRequest) Modifies the allocation rules in an IPAM policy.Ec2Client.modifyIpamPolicyAllocationRules(Consumer<ModifyIpamPolicyAllocationRulesRequest.Builder> modifyIpamPolicyAllocationRulesRequest) Modifies the allocation rules in an IPAM policy. -
Uses of ModifyIpamPolicyAllocationRulesRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ModifyIpamPolicyAllocationRulesRequest.BuilderModifier and TypeMethodDescriptionModifyIpamPolicyAllocationRulesRequest.Builder.allocationRules(Collection<IpamPolicyAllocationRuleRequest> allocationRules) The new allocation rules to apply to the IPAM policy.ModifyIpamPolicyAllocationRulesRequest.Builder.allocationRules(Consumer<IpamPolicyAllocationRuleRequest.Builder>... allocationRules) The new allocation rules to apply to the IPAM policy.ModifyIpamPolicyAllocationRulesRequest.Builder.allocationRules(IpamPolicyAllocationRuleRequest... allocationRules) The new allocation rules to apply to the IPAM policy.ModifyIpamPolicyAllocationRulesRequest.builder()A check for whether you have the required permissions for the action without actually making the request and provides an error response.ModifyIpamPolicyAllocationRulesRequest.Builder.ipamPolicyId(String ipamPolicyId) The ID of the IPAM policy whose allocation rules you want to modify.The locale for which to modify the allocation rules.ModifyIpamPolicyAllocationRulesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ModifyIpamPolicyAllocationRulesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ModifyIpamPolicyAllocationRulesRequest.Builder.resourceType(String resourceType) The resource type for which to modify the allocation rules.ModifyIpamPolicyAllocationRulesRequest.Builder.resourceType(IpamPolicyResourceType resourceType) The resource type for which to modify the allocation rules.ModifyIpamPolicyAllocationRulesRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ModifyIpamPolicyAllocationRulesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModifyIpamPolicyAllocationRulesRequest.Builder>ModifyIpamPolicyAllocationRulesRequest.serializableBuilderClass()