Uses of Class
software.amazon.awssdk.services.inspector.model.ListAssessmentTemplatesResponse
-
Packages that use ListAssessmentTemplatesResponse Package Description software.amazon.awssdk.services.inspector Amazon Inspector software.amazon.awssdk.services.inspector.paginators -
-
Uses of ListAssessmentTemplatesResponse in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector that return ListAssessmentTemplatesResponse Modifier and Type Method Description default ListAssessmentTemplatesResponseInspectorClient. listAssessmentTemplates()Lists the assessment templates that correspond to the assessment targets that are specified by the ARNs of the assessment targets.default ListAssessmentTemplatesResponseInspectorClient. listAssessmentTemplates(Consumer<ListAssessmentTemplatesRequest.Builder> listAssessmentTemplatesRequest)Lists the assessment templates that correspond to the assessment targets that are specified by the ARNs of the assessment targets.default ListAssessmentTemplatesResponseInspectorClient. listAssessmentTemplates(ListAssessmentTemplatesRequest listAssessmentTemplatesRequest)Lists the assessment templates that correspond to the assessment targets that are specified by the ARNs of the assessment targets.Methods in software.amazon.awssdk.services.inspector that return types with arguments of type ListAssessmentTemplatesResponse Modifier and Type Method Description default CompletableFuture<ListAssessmentTemplatesResponse>InspectorAsyncClient. listAssessmentTemplates()Lists the assessment templates that correspond to the assessment targets that are specified by the ARNs of the assessment targets.default CompletableFuture<ListAssessmentTemplatesResponse>InspectorAsyncClient. listAssessmentTemplates(Consumer<ListAssessmentTemplatesRequest.Builder> listAssessmentTemplatesRequest)Lists the assessment templates that correspond to the assessment targets that are specified by the ARNs of the assessment targets.default CompletableFuture<ListAssessmentTemplatesResponse>InspectorAsyncClient. listAssessmentTemplates(ListAssessmentTemplatesRequest listAssessmentTemplatesRequest)Lists the assessment templates that correspond to the assessment targets that are specified by the ARNs of the assessment targets. -
Uses of ListAssessmentTemplatesResponse in software.amazon.awssdk.services.inspector.paginators
Methods in software.amazon.awssdk.services.inspector.paginators that return types with arguments of type ListAssessmentTemplatesResponse Modifier and Type Method Description Iterator<ListAssessmentTemplatesResponse>ListAssessmentTemplatesIterable. iterator()Method parameters in software.amazon.awssdk.services.inspector.paginators with type arguments of type ListAssessmentTemplatesResponse Modifier and Type Method Description voidListAssessmentTemplatesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAssessmentTemplatesResponse> subscriber)
-