Uses of Interface
software.amazon.awssdk.services.ec2.model.ModifyVpcEndpointServiceConfigurationRequest.Builder
Packages that use ModifyVpcEndpointServiceConfigurationRequest.Builder
Package
Description
-
Uses of ModifyVpcEndpointServiceConfigurationRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type ModifyVpcEndpointServiceConfigurationRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.modifyVpcEndpointServiceConfiguration(Consumer<ModifyVpcEndpointServiceConfigurationRequest.Builder> modifyVpcEndpointServiceConfigurationRequest) Modifies the attributes of the specified VPC endpoint service configuration.Ec2Client.modifyVpcEndpointServiceConfiguration(Consumer<ModifyVpcEndpointServiceConfigurationRequest.Builder> modifyVpcEndpointServiceConfigurationRequest) Modifies the attributes of the specified VPC endpoint service configuration. -
Uses of ModifyVpcEndpointServiceConfigurationRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ModifyVpcEndpointServiceConfigurationRequest.BuilderModifier and TypeMethodDescriptionModifyVpcEndpointServiceConfigurationRequest.Builder.acceptanceRequired(Boolean acceptanceRequired) Indicates whether requests to create an endpoint to the service must be accepted.ModifyVpcEndpointServiceConfigurationRequest.Builder.addGatewayLoadBalancerArns(String... addGatewayLoadBalancerArns) The Amazon Resource Names (ARNs) of Gateway Load Balancers to add to the service configuration.ModifyVpcEndpointServiceConfigurationRequest.Builder.addGatewayLoadBalancerArns(Collection<String> addGatewayLoadBalancerArns) The Amazon Resource Names (ARNs) of Gateway Load Balancers to add to the service configuration.ModifyVpcEndpointServiceConfigurationRequest.Builder.addNetworkLoadBalancerArns(String... addNetworkLoadBalancerArns) The Amazon Resource Names (ARNs) of Network Load Balancers to add to the service configuration.ModifyVpcEndpointServiceConfigurationRequest.Builder.addNetworkLoadBalancerArns(Collection<String> addNetworkLoadBalancerArns) The Amazon Resource Names (ARNs) of Network Load Balancers to add to the service configuration.ModifyVpcEndpointServiceConfigurationRequest.Builder.addSupportedIpAddressTypes(String... addSupportedIpAddressTypes) The IP address types to add to the service configuration.ModifyVpcEndpointServiceConfigurationRequest.Builder.addSupportedIpAddressTypes(Collection<String> addSupportedIpAddressTypes) The IP address types to add to the service configuration.ModifyVpcEndpointServiceConfigurationRequest.Builder.addSupportedRegions(String... addSupportedRegions) The supported Regions to add to the service configuration.ModifyVpcEndpointServiceConfigurationRequest.Builder.addSupportedRegions(Collection<String> addSupportedRegions) The supported Regions to add to the service configuration.ModifyVpcEndpointServiceConfigurationRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.ModifyVpcEndpointServiceConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ModifyVpcEndpointServiceConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ModifyVpcEndpointServiceConfigurationRequest.Builder.privateDnsName(String privateDnsName) (Interface endpoint configuration) The private DNS name to assign to the endpoint service.ModifyVpcEndpointServiceConfigurationRequest.Builder.removeGatewayLoadBalancerArns(String... removeGatewayLoadBalancerArns) The Amazon Resource Names (ARNs) of Gateway Load Balancers to remove from the service configuration.ModifyVpcEndpointServiceConfigurationRequest.Builder.removeGatewayLoadBalancerArns(Collection<String> removeGatewayLoadBalancerArns) The Amazon Resource Names (ARNs) of Gateway Load Balancers to remove from the service configuration.ModifyVpcEndpointServiceConfigurationRequest.Builder.removeNetworkLoadBalancerArns(String... removeNetworkLoadBalancerArns) The Amazon Resource Names (ARNs) of Network Load Balancers to remove from the service configuration.ModifyVpcEndpointServiceConfigurationRequest.Builder.removeNetworkLoadBalancerArns(Collection<String> removeNetworkLoadBalancerArns) The Amazon Resource Names (ARNs) of Network Load Balancers to remove from the service configuration.ModifyVpcEndpointServiceConfigurationRequest.Builder.removePrivateDnsName(Boolean removePrivateDnsName) (Interface endpoint configuration) Removes the private DNS name of the endpoint service.ModifyVpcEndpointServiceConfigurationRequest.Builder.removeSupportedIpAddressTypes(String... removeSupportedIpAddressTypes) The IP address types to remove from the service configuration.ModifyVpcEndpointServiceConfigurationRequest.Builder.removeSupportedIpAddressTypes(Collection<String> removeSupportedIpAddressTypes) The IP address types to remove from the service configuration.ModifyVpcEndpointServiceConfigurationRequest.Builder.removeSupportedRegions(String... removeSupportedRegions) The supported Regions to remove from the service configuration.ModifyVpcEndpointServiceConfigurationRequest.Builder.removeSupportedRegions(Collection<String> removeSupportedRegions) The supported Regions to remove from the service configuration.The ID of the service.ModifyVpcEndpointServiceConfigurationRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ModifyVpcEndpointServiceConfigurationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModifyVpcEndpointServiceConfigurationRequest.Builder>ModifyVpcEndpointServiceConfigurationRequest.serializableBuilderClass()