Uses of Class
software.amazon.awssdk.services.timestreamquery.model.Endpoint
-
Packages that use Endpoint Package Description software.amazon.awssdk.services.timestreamquery.model -
-
Uses of Endpoint in software.amazon.awssdk.services.timestreamquery.model
Methods in software.amazon.awssdk.services.timestreamquery.model that return types with arguments of type Endpoint Modifier and Type Method Description List<Endpoint>DescribeEndpointsResponse. endpoints()AnEndpointsobject is returned when aDescribeEndpointsrequest is made.Methods in software.amazon.awssdk.services.timestreamquery.model with parameters of type Endpoint Modifier and Type Method Description DescribeEndpointsResponse.BuilderDescribeEndpointsResponse.Builder. endpoints(Endpoint... endpoints)AnEndpointsobject is returned when aDescribeEndpointsrequest is made.Method parameters in software.amazon.awssdk.services.timestreamquery.model with type arguments of type Endpoint Modifier and Type Method Description DescribeEndpointsResponse.BuilderDescribeEndpointsResponse.Builder. endpoints(Collection<Endpoint> endpoints)AnEndpointsobject is returned when aDescribeEndpointsrequest is made.
-