Uses of Class
software.amazon.awssdk.services.iot.model.GetJobDocumentResponse
-
Packages that use GetJobDocumentResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of GetJobDocumentResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return GetJobDocumentResponse Modifier and Type Method Description default GetJobDocumentResponseIotClient. getJobDocument(Consumer<GetJobDocumentRequest.Builder> getJobDocumentRequest)Gets a job document.default GetJobDocumentResponseIotClient. getJobDocument(GetJobDocumentRequest getJobDocumentRequest)Gets a job document.Methods in software.amazon.awssdk.services.iot that return types with arguments of type GetJobDocumentResponse Modifier and Type Method Description default CompletableFuture<GetJobDocumentResponse>IotAsyncClient. getJobDocument(Consumer<GetJobDocumentRequest.Builder> getJobDocumentRequest)Gets a job document.default CompletableFuture<GetJobDocumentResponse>IotAsyncClient. getJobDocument(GetJobDocumentRequest getJobDocumentRequest)Gets a job document.
-