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