Uses of Class
software.amazon.awssdk.services.detective.model.BatchGetMembershipDatasourcesResponse
-
Packages that use BatchGetMembershipDatasourcesResponse 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 BatchGetMembershipDatasourcesResponse in software.amazon.awssdk.services.detective
Methods in software.amazon.awssdk.services.detective that return BatchGetMembershipDatasourcesResponse Modifier and Type Method Description default BatchGetMembershipDatasourcesResponseDetectiveClient. batchGetMembershipDatasources(Consumer<BatchGetMembershipDatasourcesRequest.Builder> batchGetMembershipDatasourcesRequest)Gets information on the data source package history for an account.default BatchGetMembershipDatasourcesResponseDetectiveClient. batchGetMembershipDatasources(BatchGetMembershipDatasourcesRequest batchGetMembershipDatasourcesRequest)Gets information on the data source package history for an account.Methods in software.amazon.awssdk.services.detective that return types with arguments of type BatchGetMembershipDatasourcesResponse Modifier and Type Method Description default CompletableFuture<BatchGetMembershipDatasourcesResponse>DetectiveAsyncClient. batchGetMembershipDatasources(Consumer<BatchGetMembershipDatasourcesRequest.Builder> batchGetMembershipDatasourcesRequest)Gets information on the data source package history for an account.default CompletableFuture<BatchGetMembershipDatasourcesResponse>DetectiveAsyncClient. batchGetMembershipDatasources(BatchGetMembershipDatasourcesRequest batchGetMembershipDatasourcesRequest)Gets information on the data source package history for an account.
-