Uses of Interface
software.amazon.awssdk.services.timestreamquery.endpoints.TimestreamQueryEndpointParams.Builder
-
Packages that use TimestreamQueryEndpointParams.Builder Package Description software.amazon.awssdk.services.timestreamquery.endpoints -
-
Uses of TimestreamQueryEndpointParams.Builder in software.amazon.awssdk.services.timestreamquery.endpoints
Methods in software.amazon.awssdk.services.timestreamquery.endpoints that return TimestreamQueryEndpointParams.Builder Modifier and Type Method Description static TimestreamQueryEndpointParams.BuilderTimestreamQueryEndpointParams. builder()TimestreamQueryEndpointParams.BuilderTimestreamQueryEndpointParams.Builder. endpoint(String endpoint)TimestreamQueryEndpointParams.BuilderTimestreamQueryEndpointParams.Builder. region(Region region)TimestreamQueryEndpointParams.BuilderTimestreamQueryEndpointParams. toBuilder()TimestreamQueryEndpointParams.BuilderTimestreamQueryEndpointParams.Builder. useDualStack(Boolean useDualStack)TimestreamQueryEndpointParams.BuilderTimestreamQueryEndpointParams.Builder. useFips(Boolean useFIPS)Method parameters in software.amazon.awssdk.services.timestreamquery.endpoints with type arguments of type TimestreamQueryEndpointParams.Builder Modifier and Type Method Description default CompletableFuture<Endpoint>TimestreamQueryEndpointProvider. resolveEndpoint(Consumer<TimestreamQueryEndpointParams.Builder> endpointParamsConsumer)Compute the endpoint based on the given set of parameters.
-