Uses of Class
software.amazon.awssdk.services.firehose.model.VpcConfiguration
-
Packages that use VpcConfiguration Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of VpcConfiguration in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return VpcConfiguration Modifier and Type Method Description VpcConfigurationAmazonOpenSearchServerlessDestinationConfiguration. vpcConfiguration()Returns the value of the VpcConfiguration property for this object.VpcConfigurationAmazonopensearchserviceDestinationConfiguration. vpcConfiguration()Returns the value of the VpcConfiguration property for this object.VpcConfigurationElasticsearchDestinationConfiguration. vpcConfiguration()The details of the VPC of the Amazon destination.Methods in software.amazon.awssdk.services.firehose.model with parameters of type VpcConfiguration Modifier and Type Method Description AmazonOpenSearchServerlessDestinationConfiguration.BuilderAmazonOpenSearchServerlessDestinationConfiguration.Builder. vpcConfiguration(VpcConfiguration vpcConfiguration)Sets the value of the VpcConfiguration property for this object.AmazonopensearchserviceDestinationConfiguration.BuilderAmazonopensearchserviceDestinationConfiguration.Builder. vpcConfiguration(VpcConfiguration vpcConfiguration)Sets the value of the VpcConfiguration property for this object.ElasticsearchDestinationConfiguration.BuilderElasticsearchDestinationConfiguration.Builder. vpcConfiguration(VpcConfiguration vpcConfiguration)The details of the VPC of the Amazon destination.
-