Uses of Class
software.amazon.awssdk.services.databasemigration.model.ApplyPendingMaintenanceActionResponse
Packages that use ApplyPendingMaintenanceActionResponse
-
Uses of ApplyPendingMaintenanceActionResponse in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration that return ApplyPendingMaintenanceActionResponseModifier and TypeMethodDescriptionDatabaseMigrationClient.applyPendingMaintenanceAction(Consumer<ApplyPendingMaintenanceActionRequest.Builder> applyPendingMaintenanceActionRequest) Applies a pending maintenance action to a resource (for example, to a replication instance).DatabaseMigrationClient.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 ApplyPendingMaintenanceActionResponseModifier and TypeMethodDescriptionDatabaseMigrationAsyncClient.applyPendingMaintenanceAction(Consumer<ApplyPendingMaintenanceActionRequest.Builder> applyPendingMaintenanceActionRequest) Applies a pending maintenance action to a resource (for example, to a replication instance).DatabaseMigrationAsyncClient.applyPendingMaintenanceAction(ApplyPendingMaintenanceActionRequest applyPendingMaintenanceActionRequest) Applies a pending maintenance action to a resource (for example, to a replication instance).