Uses of Class
software.amazon.awssdk.services.codestarnotifications.model.DeleteTargetResponse
-
Packages that use DeleteTargetResponse 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. -
-
Uses of DeleteTargetResponse in software.amazon.awssdk.services.codestarnotifications
Methods in software.amazon.awssdk.services.codestarnotifications that return DeleteTargetResponse Modifier and Type Method Description default DeleteTargetResponseCodestarNotificationsClient. deleteTarget(Consumer<DeleteTargetRequest.Builder> deleteTargetRequest)Deletes a specified target for notifications.default DeleteTargetResponseCodestarNotificationsClient. deleteTarget(DeleteTargetRequest deleteTargetRequest)Deletes a specified target for notifications.Methods in software.amazon.awssdk.services.codestarnotifications that return types with arguments of type DeleteTargetResponse Modifier and Type Method Description default CompletableFuture<DeleteTargetResponse>CodestarNotificationsAsyncClient. deleteTarget(Consumer<DeleteTargetRequest.Builder> deleteTargetRequest)Deletes a specified target for notifications.default CompletableFuture<DeleteTargetResponse>CodestarNotificationsAsyncClient. deleteTarget(DeleteTargetRequest deleteTargetRequest)Deletes a specified target for notifications.
-