Uses of Interface
software.amazon.awssdk.services.detective.model.ListGraphsRequest.Builder
-
Packages that use ListGraphsRequest.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 ListGraphsRequest.Builder in software.amazon.awssdk.services.detective
Method parameters in software.amazon.awssdk.services.detective with type arguments of type ListGraphsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListGraphsResponse>DetectiveAsyncClient. listGraphs(Consumer<ListGraphsRequest.Builder> listGraphsRequest)Returns the list of behavior graphs that the calling account is an administrator account of.default ListGraphsResponseDetectiveClient. listGraphs(Consumer<ListGraphsRequest.Builder> listGraphsRequest)Returns the list of behavior graphs that the calling account is an administrator account of.default ListGraphsPublisherDetectiveAsyncClient. listGraphsPaginator(Consumer<ListGraphsRequest.Builder> listGraphsRequest)This is a variant ofDetectiveAsyncClient.listGraphs(software.amazon.awssdk.services.detective.model.ListGraphsRequest)operation.default ListGraphsIterableDetectiveClient. listGraphsPaginator(Consumer<ListGraphsRequest.Builder> listGraphsRequest)This is a variant ofDetectiveClient.listGraphs(software.amazon.awssdk.services.detective.model.ListGraphsRequest)operation. -
Uses of ListGraphsRequest.Builder in software.amazon.awssdk.services.detective.model
Methods in software.amazon.awssdk.services.detective.model that return ListGraphsRequest.Builder Modifier and Type Method Description static ListGraphsRequest.BuilderListGraphsRequest. builder()ListGraphsRequest.BuilderListGraphsRequest.Builder. maxResults(Integer maxResults)The maximum number of graphs to return at a time.ListGraphsRequest.BuilderListGraphsRequest.Builder. nextToken(String nextToken)For requests to get the next page of results, the pagination token that was returned with the previous set of results.ListGraphsRequest.BuilderListGraphsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListGraphsRequest.BuilderListGraphsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListGraphsRequest.BuilderListGraphsRequest. toBuilder()Methods in software.amazon.awssdk.services.detective.model that return types with arguments of type ListGraphsRequest.Builder Modifier and Type Method Description static Class<? extends ListGraphsRequest.Builder>ListGraphsRequest. serializableBuilderClass()
-