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