Uses of Class
ca.gc.cyber.ops.assemblyline.java.client.model.IngestResponse
-
Packages that use IngestResponse Package Description ca.gc.cyber.ops.assemblyline.java.client.clients -
-
Uses of IngestResponse in ca.gc.cyber.ops.assemblyline.java.client.clients
Methods in ca.gc.cyber.ops.assemblyline.java.client.clients that return types with arguments of type IngestResponse Modifier and Type Method Description reactor.core.publisher.Mono<IngestResponse>AssemblylineClient. ingestBinary(BinaryFile<IngestBase> binaryIngest)reactor.core.publisher.Mono<IngestResponse>IAssemblylineClient. ingestBinary(BinaryFile<IngestBase> binaryIngest)reactor.core.publisher.Mono<IngestResponse>AssemblylineClient. ingestUrlOrSha256(NonBinaryIngest ingest)reactor.core.publisher.Mono<IngestResponse>IAssemblylineClient. ingestUrlOrSha256(NonBinaryIngest ingest)
-