Uses of Class
software.amazon.awssdk.services.inspector.model.CreateExclusionsPreviewRequest
-
Packages that use CreateExclusionsPreviewRequest Package Description software.amazon.awssdk.services.inspector Amazon Inspector software.amazon.awssdk.services.inspector.transform -
-
Uses of CreateExclusionsPreviewRequest in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector with parameters of type CreateExclusionsPreviewRequest Modifier and Type Method Description default CompletableFuture<CreateExclusionsPreviewResponse>InspectorAsyncClient. createExclusionsPreview(CreateExclusionsPreviewRequest createExclusionsPreviewRequest)Starts the generation of an exclusions preview for the specified assessment template.default CreateExclusionsPreviewResponseInspectorClient. createExclusionsPreview(CreateExclusionsPreviewRequest createExclusionsPreviewRequest)Starts the generation of an exclusions preview for the specified assessment template. -
Uses of CreateExclusionsPreviewRequest in software.amazon.awssdk.services.inspector.transform
Methods in software.amazon.awssdk.services.inspector.transform with parameters of type CreateExclusionsPreviewRequest Modifier and Type Method Description SdkHttpFullRequestCreateExclusionsPreviewRequestMarshaller. marshall(CreateExclusionsPreviewRequest createExclusionsPreviewRequest)
-