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