Uses of Class
software.amazon.awssdk.services.proton.model.NotifyResourceDeploymentStatusChangeResponse
-
Packages that use NotifyResourceDeploymentStatusChangeResponse Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference. -
-
Uses of NotifyResourceDeploymentStatusChangeResponse in software.amazon.awssdk.services.proton
Methods in software.amazon.awssdk.services.proton that return NotifyResourceDeploymentStatusChangeResponse Modifier and Type Method Description default NotifyResourceDeploymentStatusChangeResponseProtonClient. notifyResourceDeploymentStatusChange(Consumer<NotifyResourceDeploymentStatusChangeRequest.Builder> notifyResourceDeploymentStatusChangeRequest)Notify Proton of status changes to a provisioned resource when you use self-managed provisioning.default NotifyResourceDeploymentStatusChangeResponseProtonClient. notifyResourceDeploymentStatusChange(NotifyResourceDeploymentStatusChangeRequest notifyResourceDeploymentStatusChangeRequest)Notify Proton of status changes to a provisioned resource when you use self-managed provisioning.Methods in software.amazon.awssdk.services.proton that return types with arguments of type NotifyResourceDeploymentStatusChangeResponse Modifier and Type Method Description default CompletableFuture<NotifyResourceDeploymentStatusChangeResponse>ProtonAsyncClient. notifyResourceDeploymentStatusChange(Consumer<NotifyResourceDeploymentStatusChangeRequest.Builder> notifyResourceDeploymentStatusChangeRequest)Notify Proton of status changes to a provisioned resource when you use self-managed provisioning.default CompletableFuture<NotifyResourceDeploymentStatusChangeResponse>ProtonAsyncClient. notifyResourceDeploymentStatusChange(NotifyResourceDeploymentStatusChangeRequest notifyResourceDeploymentStatusChangeRequest)Notify Proton of status changes to a provisioned resource when you use self-managed provisioning.
-