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