Uses of Class
software.amazon.awssdk.services.databasemigration.model.ApplyPendingMaintenanceActionResponse
-
Packages that use ApplyPendingMaintenanceActionResponse Package Description software.amazon.awssdk.services.databasemigration Database Migration Service -
-
Uses of ApplyPendingMaintenanceActionResponse in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration that return ApplyPendingMaintenanceActionResponse Modifier and Type Method Description default ApplyPendingMaintenanceActionResponseDatabaseMigrationClient. applyPendingMaintenanceAction(Consumer<ApplyPendingMaintenanceActionRequest.Builder> applyPendingMaintenanceActionRequest)Applies a pending maintenance action to a resource (for example, to a replication instance).default ApplyPendingMaintenanceActionResponseDatabaseMigrationClient. applyPendingMaintenanceAction(ApplyPendingMaintenanceActionRequest applyPendingMaintenanceActionRequest)Applies a pending maintenance action to a resource (for example, to a replication instance).Methods in software.amazon.awssdk.services.databasemigration that return types with arguments of type ApplyPendingMaintenanceActionResponse Modifier and Type Method Description default CompletableFuture<ApplyPendingMaintenanceActionResponse>DatabaseMigrationAsyncClient. applyPendingMaintenanceAction(Consumer<ApplyPendingMaintenanceActionRequest.Builder> applyPendingMaintenanceActionRequest)Applies a pending maintenance action to a resource (for example, to a replication instance).default CompletableFuture<ApplyPendingMaintenanceActionResponse>DatabaseMigrationAsyncClient. applyPendingMaintenanceAction(ApplyPendingMaintenanceActionRequest applyPendingMaintenanceActionRequest)Applies a pending maintenance action to a resource (for example, to a replication instance).
-