Uses of Class
software.amazon.awssdk.services.detective.model.ListGraphsRequest
-
Packages that use ListGraphsRequest 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.paginators software.amazon.awssdk.services.detective.transform -
-
Uses of ListGraphsRequest in software.amazon.awssdk.services.detective
Methods in software.amazon.awssdk.services.detective with parameters of type ListGraphsRequest Modifier and Type Method Description default CompletableFuture<ListGraphsResponse>DetectiveAsyncClient. listGraphs(ListGraphsRequest listGraphsRequest)Returns the list of behavior graphs that the calling account is an administrator account of.default ListGraphsResponseDetectiveClient. listGraphs(ListGraphsRequest listGraphsRequest)Returns the list of behavior graphs that the calling account is an administrator account of.default ListGraphsPublisherDetectiveAsyncClient. listGraphsPaginator(ListGraphsRequest listGraphsRequest)This is a variant ofDetectiveAsyncClient.listGraphs(software.amazon.awssdk.services.detective.model.ListGraphsRequest)operation.default ListGraphsIterableDetectiveClient. listGraphsPaginator(ListGraphsRequest listGraphsRequest)This is a variant ofDetectiveClient.listGraphs(software.amazon.awssdk.services.detective.model.ListGraphsRequest)operation. -
Uses of ListGraphsRequest in software.amazon.awssdk.services.detective.paginators
Constructors in software.amazon.awssdk.services.detective.paginators with parameters of type ListGraphsRequest Constructor Description ListGraphsIterable(DetectiveClient client, ListGraphsRequest firstRequest)ListGraphsPublisher(DetectiveAsyncClient client, ListGraphsRequest firstRequest) -
Uses of ListGraphsRequest in software.amazon.awssdk.services.detective.transform
Methods in software.amazon.awssdk.services.detective.transform with parameters of type ListGraphsRequest Modifier and Type Method Description SdkHttpFullRequestListGraphsRequestMarshaller. marshall(ListGraphsRequest listGraphsRequest)
-