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