Uses of Class
software.amazon.awssdk.services.opensearch.model.VPCDerivedInfo
-
Packages that use VPCDerivedInfo Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of VPCDerivedInfo in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return VPCDerivedInfo Modifier and Type Method Description VPCDerivedInfoVPCDerivedInfoStatus. options()The VPC options for the specified domain.VPCDerivedInfoDomainStatus. vpcOptions()The VPC configuration for the domain.VPCDerivedInfoVpcEndpoint. vpcOptions()Options to specify the subnets and security groups for an Amazon OpenSearch Service VPC endpoint.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type VPCDerivedInfo Modifier and Type Method Description VPCDerivedInfoStatus.BuilderVPCDerivedInfoStatus.Builder. options(VPCDerivedInfo options)The VPC options for the specified domain.DomainStatus.BuilderDomainStatus.Builder. vpcOptions(VPCDerivedInfo vpcOptions)The VPC configuration for the domain.VpcEndpoint.BuilderVpcEndpoint.Builder. vpcOptions(VPCDerivedInfo vpcOptions)Options to specify the subnets and security groups for an Amazon OpenSearch Service VPC endpoint.
-