Uses of Class
software.amazon.awssdk.services.ec2.model.SubnetConfiguration
-
Packages that use SubnetConfiguration Package Description software.amazon.awssdk.services.ec2.model -
-
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 SubnetConfiguration Modifier and Type Method Description List<SubnetConfiguration>CreateVpcEndpointRequest. subnetConfigurations()The subnet configurations for the endpoint.List<SubnetConfiguration>ModifyVpcEndpointRequest. subnetConfigurations()The subnet configurations for the endpoint.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SubnetConfiguration Modifier and Type Method Description CreateVpcEndpointRequest.BuilderCreateVpcEndpointRequest.Builder. subnetConfigurations(SubnetConfiguration... subnetConfigurations)The subnet configurations for the endpoint.ModifyVpcEndpointRequest.BuilderModifyVpcEndpointRequest.Builder. subnetConfigurations(SubnetConfiguration... subnetConfigurations)The subnet configurations for the endpoint.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SubnetConfiguration Modifier and Type Method Description CreateVpcEndpointRequest.BuilderCreateVpcEndpointRequest.Builder. subnetConfigurations(Collection<SubnetConfiguration> subnetConfigurations)The subnet configurations for the endpoint.ModifyVpcEndpointRequest.BuilderModifyVpcEndpointRequest.Builder. subnetConfigurations(Collection<SubnetConfiguration> subnetConfigurations)The subnet configurations for the endpoint.
-