Uses of Class
software.amazon.awssdk.services.codestarnotifications.model.ListTargetsRequest
-
Packages that use ListTargetsRequest Package Description software.amazon.awssdk.services.codestarnotifications This AWS CodeStar Notifications API Reference provides descriptions and usage examples of the operations and data types for the AWS CodeStar Notifications API.software.amazon.awssdk.services.codestarnotifications.paginators software.amazon.awssdk.services.codestarnotifications.transform -
-
Uses of ListTargetsRequest in software.amazon.awssdk.services.codestarnotifications
Methods in software.amazon.awssdk.services.codestarnotifications with parameters of type ListTargetsRequest Modifier and Type Method Description default CompletableFuture<ListTargetsResponse>CodestarNotificationsAsyncClient. listTargets(ListTargetsRequest listTargetsRequest)Returns a list of the notification rule targets for an Amazon Web Services account.default ListTargetsResponseCodestarNotificationsClient. listTargets(ListTargetsRequest listTargetsRequest)Returns a list of the notification rule targets for an Amazon Web Services account.default ListTargetsPublisherCodestarNotificationsAsyncClient. listTargetsPaginator(ListTargetsRequest listTargetsRequest)This is a variant ofCodestarNotificationsAsyncClient.listTargets(software.amazon.awssdk.services.codestarnotifications.model.ListTargetsRequest)operation.default ListTargetsIterableCodestarNotificationsClient. listTargetsPaginator(ListTargetsRequest listTargetsRequest)This is a variant ofCodestarNotificationsClient.listTargets(software.amazon.awssdk.services.codestarnotifications.model.ListTargetsRequest)operation. -
Uses of ListTargetsRequest in software.amazon.awssdk.services.codestarnotifications.paginators
Constructors in software.amazon.awssdk.services.codestarnotifications.paginators with parameters of type ListTargetsRequest Constructor Description ListTargetsIterable(CodestarNotificationsClient client, ListTargetsRequest firstRequest)ListTargetsPublisher(CodestarNotificationsAsyncClient client, ListTargetsRequest firstRequest) -
Uses of ListTargetsRequest in software.amazon.awssdk.services.codestarnotifications.transform
Methods in software.amazon.awssdk.services.codestarnotifications.transform with parameters of type ListTargetsRequest Modifier and Type Method Description SdkHttpFullRequestListTargetsRequestMarshaller. marshall(ListTargetsRequest listTargetsRequest)
-