static interface |
PrivateDnsRecordSet.Definition<ParentT> |
The entirety of a DNS zone record set definition as a part of parent definition.
|
static interface |
PrivateDnsRecordSet.DefinitionStages.WithAaaaRecordIPv6AddressOrAttachable<ParentT> |
The stage of the AAAA record set definition allowing to add additional AAAA records or attach the record set
to the parent.
|
static interface |
PrivateDnsRecordSet.DefinitionStages.WithARecordIPv4AddressOrAttachable<ParentT> |
The stage of the A record set definition allowing to add additional A records or attach the record set to the
parent.
|
static interface |
PrivateDnsRecordSet.DefinitionStages.WithAttach<ParentT> |
The final stage of the DNS zone record set definition.
|
static interface |
PrivateDnsRecordSet.DefinitionStages.WithCNameRecordSetAttachable<ParentT> |
The stage of the CNAME record set definition allowing attach the record set to the parent.
|
static interface |
PrivateDnsRecordSet.DefinitionStages.WithMXRecordMailExchangeOrAttachable<ParentT> |
The stage of the MX record set definition allowing to add additional MX records or attach the record set to
the parent.
|
static interface |
PrivateDnsRecordSet.DefinitionStages.WithPtrRecordTargetDomainNameOrAttachable<ParentT> |
The stage of the PTR record set definition allowing to add additional PTR records or attach the record set to
the parent.
|
static interface |
PrivateDnsRecordSet.DefinitionStages.WithSoaRecordAttributesOrAttachable<ParentT> |
The stage of the SOA record set definition allowing to add additional SOA records or attach the record set to
the parent.
|
static interface |
PrivateDnsRecordSet.DefinitionStages.WithSrvRecordEntryOrAttachable<ParentT> |
The stage of the SRV record set definition allowing to add additional SRV records or attach the record set to
the parent.
|
static interface |
PrivateDnsRecordSet.DefinitionStages.WithTxtRecordTextValueOrAttachable<ParentT> |
The stage of the TXT record set definition allowing to add additional TXT records or attach the record set to
the parent.
|