| Modifier and Type | Class and Description |
|---|---|
class |
Dns.DnsKeys.Get |
class |
Dns.DnsKeys.List |
| Constructor and Description |
|---|
DnsKeys() |
| Modifier and Type | Method and Description |
|---|---|
Dns.DnsKeys.Get |
get(String project,
String managedZone,
String dnsKeyId)
Fetches the representation of an existing DnsKey.
|
Dns.DnsKeys.List |
list(String project,
String managedZone)
Enumerates DnsKeys to a ResourceRecordSet collection.
|
public Dns.DnsKeys.Get get(String project, String managedZone, String dnsKeyId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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.dnsKeyId - The identifier of the requested DnsKey.IOExceptionpublic Dns.DnsKeys.List list(String project, String managedZone) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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.IOExceptionCopyright © 2011–2022 Google. All rights reserved.