Uses of Class
software.amazon.awssdk.services.securityir.model.ListCaseEditsResponse
-
Packages that use ListCaseEditsResponse Package Description software.amazon.awssdk.services.securityir This guide provides documents the action and response elements for customer use of the service.software.amazon.awssdk.services.securityir.paginators -
-
Uses of ListCaseEditsResponse in software.amazon.awssdk.services.securityir
Methods in software.amazon.awssdk.services.securityir that return ListCaseEditsResponse Modifier and Type Method Description default ListCaseEditsResponseSecurityIrClient. listCaseEdits(Consumer<ListCaseEditsRequest.Builder> listCaseEditsRequest)Grants permissions to view the aidt log for edits made to a designated case.default ListCaseEditsResponseSecurityIrClient. listCaseEdits(ListCaseEditsRequest listCaseEditsRequest)Grants permissions to view the aidt log for edits made to a designated case.Methods in software.amazon.awssdk.services.securityir that return types with arguments of type ListCaseEditsResponse Modifier and Type Method Description default CompletableFuture<ListCaseEditsResponse>SecurityIrAsyncClient. listCaseEdits(Consumer<ListCaseEditsRequest.Builder> listCaseEditsRequest)Grants permissions to view the aidt log for edits made to a designated case.default CompletableFuture<ListCaseEditsResponse>SecurityIrAsyncClient. listCaseEdits(ListCaseEditsRequest listCaseEditsRequest)Grants permissions to view the aidt log for edits made to a designated case. -
Uses of ListCaseEditsResponse in software.amazon.awssdk.services.securityir.paginators
Methods in software.amazon.awssdk.services.securityir.paginators that return types with arguments of type ListCaseEditsResponse Modifier and Type Method Description Iterator<ListCaseEditsResponse>ListCaseEditsIterable. iterator()Method parameters in software.amazon.awssdk.services.securityir.paginators with type arguments of type ListCaseEditsResponse Modifier and Type Method Description voidListCaseEditsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCaseEditsResponse> subscriber)
-