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