Uses of Class
software.amazon.awssdk.services.databasemigration.model.ReplicationInstanceTaskLog
Packages that use ReplicationInstanceTaskLog
-
Uses of ReplicationInstanceTaskLog in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type ReplicationInstanceTaskLogModifier and TypeMethodDescriptionfinal List<ReplicationInstanceTaskLog>DescribeReplicationInstanceTaskLogsResponse.replicationInstanceTaskLogs()An array of replication task log metadata.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type ReplicationInstanceTaskLogModifier and TypeMethodDescriptionDescribeReplicationInstanceTaskLogsResponse.Builder.replicationInstanceTaskLogs(ReplicationInstanceTaskLog... replicationInstanceTaskLogs) An array of replication task log metadata.Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type ReplicationInstanceTaskLogModifier and TypeMethodDescriptionDescribeReplicationInstanceTaskLogsResponse.Builder.replicationInstanceTaskLogs(Collection<ReplicationInstanceTaskLog> replicationInstanceTaskLogs) An array of replication task log metadata.