Uses of Interface
software.amazon.awssdk.services.inspector.model.GetExclusionsPreviewRequest.Builder
-
Packages that use GetExclusionsPreviewRequest.Builder Package Description software.amazon.awssdk.services.inspector Amazon Inspector software.amazon.awssdk.services.inspector.model -
-
Uses of GetExclusionsPreviewRequest.Builder in software.amazon.awssdk.services.inspector
Method parameters in software.amazon.awssdk.services.inspector with type arguments of type GetExclusionsPreviewRequest.Builder 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 GetExclusionsPreviewResponseInspectorClient. getExclusionsPreview(Consumer<GetExclusionsPreviewRequest.Builder> getExclusionsPreviewRequest)Retrieves the exclusions preview (a list of ExclusionPreview objects) specified by the preview token.default GetExclusionsPreviewPublisherInspectorAsyncClient. getExclusionsPreviewPaginator(Consumer<GetExclusionsPreviewRequest.Builder> getExclusionsPreviewRequest)Retrieves the exclusions preview (a list of ExclusionPreview objects) specified by the preview token.default GetExclusionsPreviewIterableInspectorClient. getExclusionsPreviewPaginator(Consumer<GetExclusionsPreviewRequest.Builder> getExclusionsPreviewRequest)Retrieves the exclusions preview (a list of ExclusionPreview objects) specified by the preview token. -
Uses of GetExclusionsPreviewRequest.Builder in software.amazon.awssdk.services.inspector.model
Methods in software.amazon.awssdk.services.inspector.model that return GetExclusionsPreviewRequest.Builder Modifier and Type Method Description GetExclusionsPreviewRequest.BuilderGetExclusionsPreviewRequest.Builder. assessmentTemplateArn(String assessmentTemplateArn)The ARN that specifies the assessment template for which the exclusions preview was requested.static GetExclusionsPreviewRequest.BuilderGetExclusionsPreviewRequest. builder()GetExclusionsPreviewRequest.BuilderGetExclusionsPreviewRequest.Builder. locale(String locale)The locale into which you want to translate the exclusion's title, description, and recommendation.GetExclusionsPreviewRequest.BuilderGetExclusionsPreviewRequest.Builder. locale(Locale locale)The locale into which you want to translate the exclusion's title, description, and recommendation.GetExclusionsPreviewRequest.BuilderGetExclusionsPreviewRequest.Builder. maxResults(Integer maxResults)You can use this parameter to indicate the maximum number of items you want in the response.GetExclusionsPreviewRequest.BuilderGetExclusionsPreviewRequest.Builder. nextToken(String nextToken)You can use this parameter when paginating results.GetExclusionsPreviewRequest.BuilderGetExclusionsPreviewRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetExclusionsPreviewRequest.BuilderGetExclusionsPreviewRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetExclusionsPreviewRequest.BuilderGetExclusionsPreviewRequest.Builder. previewToken(String previewToken)The unique identifier associated of the exclusions preview.GetExclusionsPreviewRequest.BuilderGetExclusionsPreviewRequest. toBuilder()Methods in software.amazon.awssdk.services.inspector.model that return types with arguments of type GetExclusionsPreviewRequest.Builder Modifier and Type Method Description static Class<? extends GetExclusionsPreviewRequest.Builder>GetExclusionsPreviewRequest. serializableBuilderClass()
-