Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateIpamScopeRequest.Builder
Packages that use CreateIpamScopeRequest.Builder
Package
Description
-
Uses of CreateIpamScopeRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateIpamScopeRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateIpamScopeResponse>Ec2AsyncClient.createIpamScope(Consumer<CreateIpamScopeRequest.Builder> createIpamScopeRequest) Create an IPAM scope.default CreateIpamScopeResponseEc2Client.createIpamScope(Consumer<CreateIpamScopeRequest.Builder> createIpamScopeRequest) Create an IPAM scope. -
Uses of CreateIpamScopeRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateIpamScopeRequest.BuilderModifier and TypeMethodDescriptionCreateIpamScopeRequest.builder()CreateIpamScopeRequest.Builder.clientToken(String clientToken) A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateIpamScopeRequest.Builder.description(String description) A description for the scope you're creating.A check for whether you have the required permissions for the action without actually making the request and provides an error response.default CreateIpamScopeRequest.BuilderCreateIpamScopeRequest.Builder.externalAuthorityConfiguration(Consumer<ExternalAuthorityConfiguration.Builder> externalAuthorityConfiguration) The configuration that links an Amazon VPC IPAM scope to an external authority system.CreateIpamScopeRequest.Builder.externalAuthorityConfiguration(ExternalAuthorityConfiguration externalAuthorityConfiguration) The configuration that links an Amazon VPC IPAM scope to an external authority system.The ID of the IPAM for which you're creating this scope.CreateIpamScopeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateIpamScopeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateIpamScopeRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The key/value combination of a tag assigned to the resource.CreateIpamScopeRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The key/value combination of a tag assigned to the resource.CreateIpamScopeRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The key/value combination of a tag assigned to the resource.CreateIpamScopeRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateIpamScopeRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateIpamScopeRequest.Builder>CreateIpamScopeRequest.serializableBuilderClass()