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