Uses of Class
software.amazon.awssdk.services.ec2.model.SubnetConfiguration
Packages that use SubnetConfiguration
-
Uses of SubnetConfiguration in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SubnetConfigurationModifier and TypeMethodDescriptionfinal List<SubnetConfiguration>CreateVpcEndpointRequest.subnetConfigurations()The subnet configurations for the endpoint.final List<SubnetConfiguration>ModifyVpcEndpointRequest.subnetConfigurations()The subnet configurations for the endpoint.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SubnetConfigurationModifier and TypeMethodDescriptionCreateVpcEndpointRequest.Builder.subnetConfigurations(SubnetConfiguration... subnetConfigurations) The subnet configurations for the endpoint.ModifyVpcEndpointRequest.Builder.subnetConfigurations(SubnetConfiguration... subnetConfigurations) The subnet configurations for the endpoint.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SubnetConfigurationModifier and TypeMethodDescriptionCreateVpcEndpointRequest.Builder.subnetConfigurations(Collection<SubnetConfiguration> subnetConfigurations) The subnet configurations for the endpoint.ModifyVpcEndpointRequest.Builder.subnetConfigurations(Collection<SubnetConfiguration> subnetConfigurations) The subnet configurations for the endpoint.