Uses of Class
software.amazon.awssdk.services.databasemigration.model.ReplicationInstanceTaskLog
-
Packages that use ReplicationInstanceTaskLog Package Description software.amazon.awssdk.services.databasemigration.model -
-
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 ReplicationInstanceTaskLog Modifier and Type Method Description List<ReplicationInstanceTaskLog>DescribeReplicationInstanceTaskLogsResponse. replicationInstanceTaskLogs()An array of replication task log metadata.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type ReplicationInstanceTaskLog Modifier and Type Method Description DescribeReplicationInstanceTaskLogsResponse.BuilderDescribeReplicationInstanceTaskLogsResponse.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 ReplicationInstanceTaskLog Modifier and Type Method Description DescribeReplicationInstanceTaskLogsResponse.BuilderDescribeReplicationInstanceTaskLogsResponse.Builder. replicationInstanceTaskLogs(Collection<ReplicationInstanceTaskLog> replicationInstanceTaskLogs)An array of replication task log metadata.
-