Uses of Class
software.amazon.awssdk.services.firehose.model.VpcConfigurationDescription
-
Packages that use VpcConfigurationDescription Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of VpcConfigurationDescription in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return VpcConfigurationDescription Modifier and Type Method Description VpcConfigurationDescriptionAmazonOpenSearchServerlessDestinationDescription. vpcConfigurationDescription()Returns the value of the VpcConfigurationDescription property for this object.VpcConfigurationDescriptionAmazonopensearchserviceDestinationDescription. vpcConfigurationDescription()Returns the value of the VpcConfigurationDescription property for this object.VpcConfigurationDescriptionElasticsearchDestinationDescription. vpcConfigurationDescription()The details of the VPC of the Amazon OpenSearch or the Amazon OpenSearch Serverless destination.Methods in software.amazon.awssdk.services.firehose.model with parameters of type VpcConfigurationDescription Modifier and Type Method Description AmazonOpenSearchServerlessDestinationDescription.BuilderAmazonOpenSearchServerlessDestinationDescription.Builder. vpcConfigurationDescription(VpcConfigurationDescription vpcConfigurationDescription)Sets the value of the VpcConfigurationDescription property for this object.AmazonopensearchserviceDestinationDescription.BuilderAmazonopensearchserviceDestinationDescription.Builder. vpcConfigurationDescription(VpcConfigurationDescription vpcConfigurationDescription)Sets the value of the VpcConfigurationDescription property for this object.ElasticsearchDestinationDescription.BuilderElasticsearchDestinationDescription.Builder. vpcConfigurationDescription(VpcConfigurationDescription vpcConfigurationDescription)The details of the VPC of the Amazon OpenSearch or the Amazon OpenSearch Serverless destination.
-