Uses of Class
software.amazon.awssdk.services.opensearchserverless.model.VpcEndpointDetail
-
Packages that use VpcEndpointDetail Package Description software.amazon.awssdk.services.opensearchserverless.model -
-
Uses of VpcEndpointDetail in software.amazon.awssdk.services.opensearchserverless.model
Methods in software.amazon.awssdk.services.opensearchserverless.model that return types with arguments of type VpcEndpointDetail Modifier and Type Method Description List<VpcEndpointDetail>BatchGetVpcEndpointResponse. vpcEndpointDetails()Details about the specified VPC endpoint.Methods in software.amazon.awssdk.services.opensearchserverless.model with parameters of type VpcEndpointDetail Modifier and Type Method Description BatchGetVpcEndpointResponse.BuilderBatchGetVpcEndpointResponse.Builder. vpcEndpointDetails(VpcEndpointDetail... vpcEndpointDetails)Details about the specified VPC endpoint.Method parameters in software.amazon.awssdk.services.opensearchserverless.model with type arguments of type VpcEndpointDetail Modifier and Type Method Description BatchGetVpcEndpointResponse.BuilderBatchGetVpcEndpointResponse.Builder. vpcEndpointDetails(Collection<VpcEndpointDetail> vpcEndpointDetails)Details about the specified VPC endpoint.
-