ResourceChanges Interface
public interface ResourceChanges
Resource collection API of ResourceChanges.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Paged |
list(String resourceId, OffsetDateTime startTime, OffsetDateTime endTime)
List the changes of a resource within the specified time range. |
|
abstract
Paged |
list(String resourceId, OffsetDateTime startTime, OffsetDateTime endTime, String skipToken, Context context)
List the changes of a resource within the specified time range. |
Method Details
list
public abstract PagedIterable<Change> list(String resourceId, OffsetDateTime startTime, OffsetDateTime endTime)
List the changes of a resource within the specified time range. Customer data will be masked if the user doesn't have access.
Parameters:
Returns:
list
public abstract PagedIterable<Change> list(String resourceId, OffsetDateTime startTime, OffsetDateTime endTime, String skipToken, Context context)
List the changes of a resource within the specified time range. Customer data will be masked if the user doesn't have access.
Parameters:
Returns: