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