list
public Dns.ResourceRecordSets.List list(java.lang.String project,
java.lang.String managedZone)
throws java.io.IOException
Enumerate ResourceRecordSets that have been created but not yet deleted.
Create a request for the method "resourceRecordSets.list".
This request holds the parameters needed by the dns server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
project - Identifies the project addressed by this request.managedZone - Identifies the managed zone addressed by this request. Can be the managed zone name or id.
- Returns:
- the request
- Throws:
java.io.IOException