Uses of Class
software.amazon.awssdk.services.elasticsearch.model.VpcEndpointSummary
-
Packages that use VpcEndpointSummary Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of VpcEndpointSummary in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return VpcEndpointSummary Modifier and Type Method Description VpcEndpointSummaryDeleteVpcEndpointResponse. vpcEndpointSummary()Information about the deleted endpoint, including its current status (DELETINGorDELETE_FAILED).Methods in software.amazon.awssdk.services.elasticsearch.model that return types with arguments of type VpcEndpointSummary Modifier and Type Method Description List<VpcEndpointSummary>ListVpcEndpointsForDomainResponse. vpcEndpointSummaryList()Provides list ofVpcEndpointSummarysummarizing details of the VPC endpoints.List<VpcEndpointSummary>ListVpcEndpointsResponse. vpcEndpointSummaryList()Information about each endpoint.Methods in software.amazon.awssdk.services.elasticsearch.model with parameters of type VpcEndpointSummary Modifier and Type Method Description DeleteVpcEndpointResponse.BuilderDeleteVpcEndpointResponse.Builder. vpcEndpointSummary(VpcEndpointSummary vpcEndpointSummary)Information about the deleted endpoint, including its current status (DELETINGorDELETE_FAILED).ListVpcEndpointsForDomainResponse.BuilderListVpcEndpointsForDomainResponse.Builder. vpcEndpointSummaryList(VpcEndpointSummary... vpcEndpointSummaryList)Provides list ofVpcEndpointSummarysummarizing details of the VPC endpoints.ListVpcEndpointsResponse.BuilderListVpcEndpointsResponse.Builder. vpcEndpointSummaryList(VpcEndpointSummary... vpcEndpointSummaryList)Information about each endpoint.Method parameters in software.amazon.awssdk.services.elasticsearch.model with type arguments of type VpcEndpointSummary Modifier and Type Method Description ListVpcEndpointsForDomainResponse.BuilderListVpcEndpointsForDomainResponse.Builder. vpcEndpointSummaryList(Collection<VpcEndpointSummary> vpcEndpointSummaryList)Provides list ofVpcEndpointSummarysummarizing details of the VPC endpoints.ListVpcEndpointsResponse.BuilderListVpcEndpointsResponse.Builder. vpcEndpointSummaryList(Collection<VpcEndpointSummary> vpcEndpointSummaryList)Information about each endpoint.
-