Uses of Class
software.amazon.awssdk.services.codestarnotifications.model.ListTargetsResponse
-
Packages that use ListTargetsResponse 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 -
-
Uses of ListTargetsResponse in software.amazon.awssdk.services.codestarnotifications
Methods in software.amazon.awssdk.services.codestarnotifications that return ListTargetsResponse Modifier and Type Method Description default ListTargetsResponseCodestarNotificationsClient. listTargets(Consumer<ListTargetsRequest.Builder> 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.Methods in software.amazon.awssdk.services.codestarnotifications that return types with arguments of type ListTargetsResponse Modifier and Type Method Description default CompletableFuture<ListTargetsResponse>CodestarNotificationsAsyncClient. listTargets(Consumer<ListTargetsRequest.Builder> listTargetsRequest)Returns a list of the notification rule targets for an Amazon Web Services account.default CompletableFuture<ListTargetsResponse>CodestarNotificationsAsyncClient. listTargets(ListTargetsRequest listTargetsRequest)Returns a list of the notification rule targets for an Amazon Web Services account. -
Uses of ListTargetsResponse in software.amazon.awssdk.services.codestarnotifications.paginators
Methods in software.amazon.awssdk.services.codestarnotifications.paginators that return types with arguments of type ListTargetsResponse Modifier and Type Method Description Iterator<ListTargetsResponse>ListTargetsIterable. iterator()Method parameters in software.amazon.awssdk.services.codestarnotifications.paginators with type arguments of type ListTargetsResponse Modifier and Type Method Description voidListTargetsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTargetsResponse> subscriber)
-