Uses of Class
software.amazon.awssdk.services.osis.model.VpcEndpointManagement
-
Packages that use VpcEndpointManagement Package Description software.amazon.awssdk.services.osis.model -
-
Uses of VpcEndpointManagement in software.amazon.awssdk.services.osis.model
Methods in software.amazon.awssdk.services.osis.model that return VpcEndpointManagement Modifier and Type Method Description static VpcEndpointManagementVpcEndpointManagement. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static VpcEndpointManagementVpcEndpointManagement. valueOf(String name)Returns the enum constant of this type with the specified name.static VpcEndpointManagement[]VpcEndpointManagement. values()Returns an array containing the constants of this enum type, in the order they are declared.VpcEndpointManagementVpcOptions. vpcEndpointManagement()Defines whether you or Amazon OpenSearch Ingestion service create and manage the VPC endpoint configured for the pipeline.Methods in software.amazon.awssdk.services.osis.model that return types with arguments of type VpcEndpointManagement Modifier and Type Method Description static Set<VpcEndpointManagement>VpcEndpointManagement. knownValues()Methods in software.amazon.awssdk.services.osis.model with parameters of type VpcEndpointManagement Modifier and Type Method Description VpcOptions.BuilderVpcOptions.Builder. vpcEndpointManagement(VpcEndpointManagement vpcEndpointManagement)Defines whether you or Amazon OpenSearch Ingestion service create and manage the VPC endpoint configured for the pipeline.
-