Uses of Class
software.amazon.awssdk.services.inspector.model.GetExclusionsPreviewResponse
-
Packages that use GetExclusionsPreviewResponse Package Description software.amazon.awssdk.services.inspector Amazon Inspector software.amazon.awssdk.services.inspector.paginators -
-
Uses of GetExclusionsPreviewResponse in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector that return GetExclusionsPreviewResponse Modifier and Type Method Description default GetExclusionsPreviewResponseInspectorClient. getExclusionsPreview(Consumer<GetExclusionsPreviewRequest.Builder> getExclusionsPreviewRequest)Retrieves the exclusions preview (a list of ExclusionPreview objects) specified by the preview token.default GetExclusionsPreviewResponseInspectorClient. getExclusionsPreview(GetExclusionsPreviewRequest getExclusionsPreviewRequest)Retrieves the exclusions preview (a list of ExclusionPreview objects) specified by the preview token.Methods in software.amazon.awssdk.services.inspector that return types with arguments of type GetExclusionsPreviewResponse Modifier and Type Method Description default CompletableFuture<GetExclusionsPreviewResponse>InspectorAsyncClient. getExclusionsPreview(Consumer<GetExclusionsPreviewRequest.Builder> getExclusionsPreviewRequest)Retrieves the exclusions preview (a list of ExclusionPreview objects) specified by the preview token.default CompletableFuture<GetExclusionsPreviewResponse>InspectorAsyncClient. getExclusionsPreview(GetExclusionsPreviewRequest getExclusionsPreviewRequest)Retrieves the exclusions preview (a list of ExclusionPreview objects) specified by the preview token. -
Uses of GetExclusionsPreviewResponse in software.amazon.awssdk.services.inspector.paginators
Methods in software.amazon.awssdk.services.inspector.paginators that return types with arguments of type GetExclusionsPreviewResponse Modifier and Type Method Description Iterator<GetExclusionsPreviewResponse>GetExclusionsPreviewIterable. iterator()Method parameters in software.amazon.awssdk.services.inspector.paginators with type arguments of type GetExclusionsPreviewResponse Modifier and Type Method Description voidGetExclusionsPreviewPublisher. subscribe(org.reactivestreams.Subscriber<? super GetExclusionsPreviewResponse> subscriber)
-