Uses of Class
software.amazon.awssdk.services.elasticsearch.model.VpcEndpoint
-
Packages that use VpcEndpoint Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of VpcEndpoint in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return VpcEndpoint Modifier and Type Method Description VpcEndpointCreateVpcEndpointResponse. vpcEndpoint()Information about the newly created VPC endpoint.VpcEndpointUpdateVpcEndpointResponse. vpcEndpoint()The endpoint to be updated.Methods in software.amazon.awssdk.services.elasticsearch.model that return types with arguments of type VpcEndpoint Modifier and Type Method Description List<VpcEndpoint>DescribeVpcEndpointsResponse. vpcEndpoints()Information about each requested VPC endpoint.Methods in software.amazon.awssdk.services.elasticsearch.model with parameters of type VpcEndpoint Modifier and Type Method Description CreateVpcEndpointResponse.BuilderCreateVpcEndpointResponse.Builder. vpcEndpoint(VpcEndpoint vpcEndpoint)Information about the newly created VPC endpoint.UpdateVpcEndpointResponse.BuilderUpdateVpcEndpointResponse.Builder. vpcEndpoint(VpcEndpoint vpcEndpoint)The endpoint to be updated.DescribeVpcEndpointsResponse.BuilderDescribeVpcEndpointsResponse.Builder. vpcEndpoints(VpcEndpoint... vpcEndpoints)Information about each requested VPC endpoint.Method parameters in software.amazon.awssdk.services.elasticsearch.model with type arguments of type VpcEndpoint Modifier and Type Method Description DescribeVpcEndpointsResponse.BuilderDescribeVpcEndpointsResponse.Builder. vpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)Information about each requested VPC endpoint.
-