Uses of Class
software.amazon.awssdk.services.inspector.model.CreateExclusionsPreviewResponse
-
Packages that use CreateExclusionsPreviewResponse Package Description software.amazon.awssdk.services.inspector Amazon Inspector -
-
Uses of CreateExclusionsPreviewResponse in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector that return CreateExclusionsPreviewResponse Modifier and Type Method Description default CreateExclusionsPreviewResponseInspectorClient. createExclusionsPreview(Consumer<CreateExclusionsPreviewRequest.Builder> 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.Methods in software.amazon.awssdk.services.inspector that return types with arguments of type CreateExclusionsPreviewResponse Modifier and Type Method Description default CompletableFuture<CreateExclusionsPreviewResponse>InspectorAsyncClient. createExclusionsPreview(Consumer<CreateExclusionsPreviewRequest.Builder> createExclusionsPreviewRequest)Starts the generation of an exclusions preview for the specified assessment template.default CompletableFuture<CreateExclusionsPreviewResponse>InspectorAsyncClient. createExclusionsPreview(CreateExclusionsPreviewRequest createExclusionsPreviewRequest)Starts the generation of an exclusions preview for the specified assessment template.
-