Uses of Class
software.amazon.awssdk.services.iotfleethub.model.CreateApplicationResponse
-
Packages that use CreateApplicationResponse Package Description software.amazon.awssdk.services.iotfleethub With Fleet Hub for AWS IoT Device Management you can build stand-alone web applications for monitoring the health of your device fleets. -
-
Uses of CreateApplicationResponse in software.amazon.awssdk.services.iotfleethub
Methods in software.amazon.awssdk.services.iotfleethub that return CreateApplicationResponse Modifier and Type Method Description default CreateApplicationResponseIoTFleetHubClient. createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)Creates a Fleet Hub for AWS IoT Device Management web application.default CreateApplicationResponseIoTFleetHubClient. createApplication(CreateApplicationRequest createApplicationRequest)Creates a Fleet Hub for AWS IoT Device Management web application.Methods in software.amazon.awssdk.services.iotfleethub that return types with arguments of type CreateApplicationResponse Modifier and Type Method Description default CompletableFuture<CreateApplicationResponse>IoTFleetHubAsyncClient. createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)Creates a Fleet Hub for AWS IoT Device Management web application.default CompletableFuture<CreateApplicationResponse>IoTFleetHubAsyncClient. createApplication(CreateApplicationRequest createApplicationRequest)Creates a Fleet Hub for AWS IoT Device Management web application.
-