Uses of Class
software.amazon.awssdk.services.detective.model.BatchGetGraphMemberDatasourcesResponse
-
Packages that use BatchGetGraphMemberDatasourcesResponse Package Description software.amazon.awssdk.services.detective Detective uses machine learning and purpose-built visualizations to help you to analyze and investigate security issues across your Amazon Web Services (Amazon Web Services) workloads. -
-
Uses of BatchGetGraphMemberDatasourcesResponse in software.amazon.awssdk.services.detective
Methods in software.amazon.awssdk.services.detective that return BatchGetGraphMemberDatasourcesResponse Modifier and Type Method Description default BatchGetGraphMemberDatasourcesResponseDetectiveClient. batchGetGraphMemberDatasources(Consumer<BatchGetGraphMemberDatasourcesRequest.Builder> batchGetGraphMemberDatasourcesRequest)Gets data source package information for the behavior graph.default BatchGetGraphMemberDatasourcesResponseDetectiveClient. batchGetGraphMemberDatasources(BatchGetGraphMemberDatasourcesRequest batchGetGraphMemberDatasourcesRequest)Gets data source package information for the behavior graph.Methods in software.amazon.awssdk.services.detective that return types with arguments of type BatchGetGraphMemberDatasourcesResponse Modifier and Type Method Description default CompletableFuture<BatchGetGraphMemberDatasourcesResponse>DetectiveAsyncClient. batchGetGraphMemberDatasources(Consumer<BatchGetGraphMemberDatasourcesRequest.Builder> batchGetGraphMemberDatasourcesRequest)Gets data source package information for the behavior graph.default CompletableFuture<BatchGetGraphMemberDatasourcesResponse>DetectiveAsyncClient. batchGetGraphMemberDatasources(BatchGetGraphMemberDatasourcesRequest batchGetGraphMemberDatasourcesRequest)Gets data source package information for the behavior graph.
-