Uses of Class
software.amazon.awssdk.services.securityir.model.ListCasesRequest
-
Packages that use ListCasesRequest 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 software.amazon.awssdk.services.securityir.transform -
-
Uses of ListCasesRequest in software.amazon.awssdk.services.securityir
Methods in software.amazon.awssdk.services.securityir with parameters of type ListCasesRequest Modifier and Type Method Description default CompletableFuture<ListCasesResponse>SecurityIrAsyncClient. listCases(ListCasesRequest 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.default ListCasesPublisherSecurityIrAsyncClient. listCasesPaginator(ListCasesRequest listCasesRequest)This is a variant ofSecurityIrAsyncClient.listCases(software.amazon.awssdk.services.securityir.model.ListCasesRequest)operation.default ListCasesIterableSecurityIrClient. listCasesPaginator(ListCasesRequest listCasesRequest)This is a variant ofSecurityIrClient.listCases(software.amazon.awssdk.services.securityir.model.ListCasesRequest)operation. -
Uses of ListCasesRequest in software.amazon.awssdk.services.securityir.paginators
Constructors in software.amazon.awssdk.services.securityir.paginators with parameters of type ListCasesRequest Constructor Description ListCasesIterable(SecurityIrClient client, ListCasesRequest firstRequest)ListCasesPublisher(SecurityIrAsyncClient client, ListCasesRequest firstRequest) -
Uses of ListCasesRequest in software.amazon.awssdk.services.securityir.transform
Methods in software.amazon.awssdk.services.securityir.transform with parameters of type ListCasesRequest Modifier and Type Method Description SdkHttpFullRequestListCasesRequestMarshaller. marshall(ListCasesRequest listCasesRequest)
-