Uses of Class
software.amazon.awssdk.services.iotthingsgraph.model.DeleteSystemTemplateResponse
-
Packages that use DeleteSystemTemplateResponse Package Description software.amazon.awssdk.services.iotthingsgraph AWS IoT Things Graph -
-
Uses of DeleteSystemTemplateResponse in software.amazon.awssdk.services.iotthingsgraph
Methods in software.amazon.awssdk.services.iotthingsgraph that return DeleteSystemTemplateResponse Modifier and Type Method Description default DeleteSystemTemplateResponseIoTThingsGraphClient. deleteSystemTemplate(Consumer<DeleteSystemTemplateRequest.Builder> deleteSystemTemplateRequest)Deprecated.since: 2022-08-30default DeleteSystemTemplateResponseIoTThingsGraphClient. deleteSystemTemplate(DeleteSystemTemplateRequest deleteSystemTemplateRequest)Deprecated.since: 2022-08-30Methods in software.amazon.awssdk.services.iotthingsgraph that return types with arguments of type DeleteSystemTemplateResponse Modifier and Type Method Description default CompletableFuture<DeleteSystemTemplateResponse>IoTThingsGraphAsyncClient. deleteSystemTemplate(Consumer<DeleteSystemTemplateRequest.Builder> deleteSystemTemplateRequest)Deprecated.since: 2022-08-30default CompletableFuture<DeleteSystemTemplateResponse>IoTThingsGraphAsyncClient. deleteSystemTemplate(DeleteSystemTemplateRequest deleteSystemTemplateRequest)Deprecated.since: 2022-08-30
-