| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.endpoints |
| Modifier and Type | Method and Description |
|---|---|
static IotEndpointParams.Builder |
IotEndpointParams.builder() |
IotEndpointParams.Builder |
IotEndpointParams.Builder.endpoint(String endpoint) |
IotEndpointParams.Builder |
IotEndpointParams.Builder.region(Region region) |
IotEndpointParams.Builder |
IotEndpointParams.toBuilder() |
IotEndpointParams.Builder |
IotEndpointParams.Builder.useDualStack(Boolean useDualStack) |
IotEndpointParams.Builder |
IotEndpointParams.Builder.useFips(Boolean useFIPS) |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<Endpoint> |
IotEndpointProvider.resolveEndpoint(Consumer<IotEndpointParams.Builder> endpointParamsConsumer)
Compute the endpoint based on the given set of parameters.
|
Copyright © 2023. All rights reserved.