Uses of Class
software.amazon.awssdk.services.inspector.model.GetExclusionsPreviewRequest
-
Packages that use GetExclusionsPreviewRequest Package Description software.amazon.awssdk.services.inspector Amazon Inspector software.amazon.awssdk.services.inspector.paginators software.amazon.awssdk.services.inspector.transform -
-
Uses of GetExclusionsPreviewRequest in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector with parameters of type GetExclusionsPreviewRequest Modifier and Type Method Description default CompletableFuture<GetExclusionsPreviewResponse>InspectorAsyncClient. getExclusionsPreview(GetExclusionsPreviewRequest 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.default GetExclusionsPreviewPublisherInspectorAsyncClient. getExclusionsPreviewPaginator(GetExclusionsPreviewRequest getExclusionsPreviewRequest)Retrieves the exclusions preview (a list of ExclusionPreview objects) specified by the preview token.default GetExclusionsPreviewIterableInspectorClient. getExclusionsPreviewPaginator(GetExclusionsPreviewRequest getExclusionsPreviewRequest)Retrieves the exclusions preview (a list of ExclusionPreview objects) specified by the preview token. -
Uses of GetExclusionsPreviewRequest in software.amazon.awssdk.services.inspector.paginators
Constructors in software.amazon.awssdk.services.inspector.paginators with parameters of type GetExclusionsPreviewRequest Constructor Description GetExclusionsPreviewIterable(InspectorClient client, GetExclusionsPreviewRequest firstRequest)GetExclusionsPreviewPublisher(InspectorAsyncClient client, GetExclusionsPreviewRequest firstRequest) -
Uses of GetExclusionsPreviewRequest in software.amazon.awssdk.services.inspector.transform
Methods in software.amazon.awssdk.services.inspector.transform with parameters of type GetExclusionsPreviewRequest Modifier and Type Method Description SdkHttpFullRequestGetExclusionsPreviewRequestMarshaller. marshall(GetExclusionsPreviewRequest getExclusionsPreviewRequest)
-