Uses of Class
software.amazon.awssdk.services.securityir.model.ListCasesResponse
-
Packages that use ListCasesResponse 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 ListCasesResponse in software.amazon.awssdk.services.securityir
Methods in software.amazon.awssdk.services.securityir that return ListCasesResponse Modifier and Type Method Description default ListCasesResponseSecurityIrClient. listCases(Consumer<ListCasesRequest.Builder> listCasesRequest)Grants permission to list all cases the requester has access to.default ListCasesResponseSecurityIrClient. listCases(ListCasesRequest listCasesRequest)Grants permission to list all cases the requester has access to.Methods in software.amazon.awssdk.services.securityir that return types with arguments of type ListCasesResponse Modifier and Type Method Description default CompletableFuture<ListCasesResponse>SecurityIrAsyncClient. listCases(Consumer<ListCasesRequest.Builder> listCasesRequest)Grants permission to list all cases the requester has access to.default CompletableFuture<ListCasesResponse>SecurityIrAsyncClient. listCases(ListCasesRequest listCasesRequest)Grants permission to list all cases the requester has access to. -
Uses of ListCasesResponse in software.amazon.awssdk.services.securityir.paginators
Methods in software.amazon.awssdk.services.securityir.paginators that return types with arguments of type ListCasesResponse Modifier and Type Method Description Iterator<ListCasesResponse>ListCasesIterable. iterator()Method parameters in software.amazon.awssdk.services.securityir.paginators with type arguments of type ListCasesResponse Modifier and Type Method Description voidListCasesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCasesResponse> subscriber)
-