Uses of Class
software.amazon.awssdk.services.inspector.model.ListExclusionsResponse
-
Packages that use ListExclusionsResponse Package Description software.amazon.awssdk.services.inspector Amazon Inspector software.amazon.awssdk.services.inspector.paginators -
-
Uses of ListExclusionsResponse in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector that return ListExclusionsResponse Modifier and Type Method Description default ListExclusionsResponseInspectorClient. listExclusions(Consumer<ListExclusionsRequest.Builder> listExclusionsRequest)List exclusions that are generated by the assessment run.default ListExclusionsResponseInspectorClient. listExclusions(ListExclusionsRequest listExclusionsRequest)List exclusions that are generated by the assessment run.Methods in software.amazon.awssdk.services.inspector that return types with arguments of type ListExclusionsResponse Modifier and Type Method Description default CompletableFuture<ListExclusionsResponse>InspectorAsyncClient. listExclusions(Consumer<ListExclusionsRequest.Builder> listExclusionsRequest)List exclusions that are generated by the assessment run.default CompletableFuture<ListExclusionsResponse>InspectorAsyncClient. listExclusions(ListExclusionsRequest listExclusionsRequest)List exclusions that are generated by the assessment run. -
Uses of ListExclusionsResponse in software.amazon.awssdk.services.inspector.paginators
Methods in software.amazon.awssdk.services.inspector.paginators that return types with arguments of type ListExclusionsResponse Modifier and Type Method Description Iterator<ListExclusionsResponse>ListExclusionsIterable. iterator()Method parameters in software.amazon.awssdk.services.inspector.paginators with type arguments of type ListExclusionsResponse Modifier and Type Method Description voidListExclusionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListExclusionsResponse> subscriber)
-