Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.StopContinuousExportRequest
-
Packages that use StopContinuousExportRequest Package Description software.amazon.awssdk.services.applicationdiscovery Amazon Web Services Application Discovery Service software.amazon.awssdk.services.applicationdiscovery.transform -
-
Uses of StopContinuousExportRequest in software.amazon.awssdk.services.applicationdiscovery
Methods in software.amazon.awssdk.services.applicationdiscovery with parameters of type StopContinuousExportRequest Modifier and Type Method Description default CompletableFuture<StopContinuousExportResponse>ApplicationDiscoveryAsyncClient. stopContinuousExport(StopContinuousExportRequest stopContinuousExportRequest)Stop the continuous flow of agent's discovered data into Amazon Athena.default StopContinuousExportResponseApplicationDiscoveryClient. stopContinuousExport(StopContinuousExportRequest stopContinuousExportRequest)Stop the continuous flow of agent's discovered data into Amazon Athena. -
Uses of StopContinuousExportRequest in software.amazon.awssdk.services.applicationdiscovery.transform
Methods in software.amazon.awssdk.services.applicationdiscovery.transform with parameters of type StopContinuousExportRequest Modifier and Type Method Description SdkHttpFullRequestStopContinuousExportRequestMarshaller. marshall(StopContinuousExportRequest stopContinuousExportRequest)
-