Uses of Class
software.amazon.awssdk.services.securityir.model.ListCommentsRequest
-
Packages that use ListCommentsRequest 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 ListCommentsRequest in software.amazon.awssdk.services.securityir
Methods in software.amazon.awssdk.services.securityir with parameters of type ListCommentsRequest Modifier and Type Method Description default CompletableFuture<ListCommentsResponse>SecurityIrAsyncClient. listComments(ListCommentsRequest listCommentsRequest)Grants permissions to list and view comments for a designated case.default ListCommentsResponseSecurityIrClient. listComments(ListCommentsRequest listCommentsRequest)Grants permissions to list and view comments for a designated case.default ListCommentsPublisherSecurityIrAsyncClient. listCommentsPaginator(ListCommentsRequest listCommentsRequest)This is a variant ofSecurityIrAsyncClient.listComments(software.amazon.awssdk.services.securityir.model.ListCommentsRequest)operation.default ListCommentsIterableSecurityIrClient. listCommentsPaginator(ListCommentsRequest listCommentsRequest)This is a variant ofSecurityIrClient.listComments(software.amazon.awssdk.services.securityir.model.ListCommentsRequest)operation. -
Uses of ListCommentsRequest in software.amazon.awssdk.services.securityir.paginators
Constructors in software.amazon.awssdk.services.securityir.paginators with parameters of type ListCommentsRequest Constructor Description ListCommentsIterable(SecurityIrClient client, ListCommentsRequest firstRequest)ListCommentsPublisher(SecurityIrAsyncClient client, ListCommentsRequest firstRequest) -
Uses of ListCommentsRequest in software.amazon.awssdk.services.securityir.transform
Methods in software.amazon.awssdk.services.securityir.transform with parameters of type ListCommentsRequest Modifier and Type Method Description SdkHttpFullRequestListCommentsRequestMarshaller. marshall(ListCommentsRequest listCommentsRequest)
-