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