Uses of Class
software.amazon.awssdk.services.docdbelastic.model.ApplyPendingMaintenanceActionResponse
-
Packages that use ApplyPendingMaintenanceActionResponse Package Description software.amazon.awssdk.services.docdbelastic Amazon DocumentDB elastic clusters -
-
Uses of ApplyPendingMaintenanceActionResponse in software.amazon.awssdk.services.docdbelastic
Methods in software.amazon.awssdk.services.docdbelastic that return ApplyPendingMaintenanceActionResponse Modifier and Type Method Description default ApplyPendingMaintenanceActionResponseDocDbElasticClient. applyPendingMaintenanceAction(Consumer<ApplyPendingMaintenanceActionRequest.Builder> applyPendingMaintenanceActionRequest)The type of pending maintenance action to be applied to the resource.default ApplyPendingMaintenanceActionResponseDocDbElasticClient. applyPendingMaintenanceAction(ApplyPendingMaintenanceActionRequest applyPendingMaintenanceActionRequest)The type of pending maintenance action to be applied to the resource.Methods in software.amazon.awssdk.services.docdbelastic that return types with arguments of type ApplyPendingMaintenanceActionResponse Modifier and Type Method Description default CompletableFuture<ApplyPendingMaintenanceActionResponse>DocDbElasticAsyncClient. applyPendingMaintenanceAction(Consumer<ApplyPendingMaintenanceActionRequest.Builder> applyPendingMaintenanceActionRequest)The type of pending maintenance action to be applied to the resource.default CompletableFuture<ApplyPendingMaintenanceActionResponse>DocDbElasticAsyncClient. applyPendingMaintenanceAction(ApplyPendingMaintenanceActionRequest applyPendingMaintenanceActionRequest)The type of pending maintenance action to be applied to the resource.
-