| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
static RRType |
RRType.fromValue(String value)
Use this in place of valueOf.
|
static RRType |
RRType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RRType[] |
RRType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListResourceRecordSetsResult.setNextRecordType(RRType nextRecordType)
If the results were truncated, the type of the next record in the list.
|
void |
TestDNSAnswerResult.setRecordType(RRType recordType)
The type of the resource record set that you submitted a request for.
|
void |
TestDNSAnswerRequest.setRecordType(RRType recordType)
The type of the resource record set.
|
void |
ListResourceRecordSetsRequest.setStartRecordType(RRType startRecordType)
The type of resource record set to begin the record listing from.
|
void |
ListTrafficPolicyInstancesByHostedZoneRequest.setTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)
If the value of
IsTruncated in the previous response is true, you have more traffic policy
instances. |
void |
ListTrafficPolicyInstancesRequest.setTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)
If the value of
IsTruncated in the previous response was true, you have more traffic
policy instances. |
void |
ListTrafficPolicyInstancesByPolicyResult.setTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)
If
IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of
the resource record sets that are associated with the first traffic policy instance in the next group of
MaxItems traffic policy instances. |
void |
ListTrafficPolicyInstancesByHostedZoneResult.setTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)
If
IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource
record sets that are associated with the first traffic policy instance in the next group of traffic policy
instances. |
void |
ListTrafficPolicyInstancesResult.setTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)
If
IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of
the resource record sets that are associated with the first traffic policy instance that Amazon Route 53 will
return if you submit another ListTrafficPolicyInstances request. |
void |
ListTrafficPolicyInstancesByPolicyRequest.setTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)
If the value of
IsTruncated in the previous response was true, you have more traffic
policy instances. |
void |
TrafficPolicyInstance.setTrafficPolicyType(RRType trafficPolicyType)
The DNS type that Amazon Route 53 assigned to all of the resource record sets that it created for this traffic
policy instance.
|
void |
TrafficPolicy.setType(RRType type)
The DNS type of the resource record sets that Amazon Route 53 creates when you use a traffic policy to create a
traffic policy instance.
|
void |
ResourceRecordSet.setType(RRType type)
The DNS record type.
|
void |
TrafficPolicySummary.setType(RRType type)
The DNS type of the resource record sets that Amazon Route 53 creates when you use a traffic policy to create a
traffic policy instance.
|
ListResourceRecordSetsResult |
ListResourceRecordSetsResult.withNextRecordType(RRType nextRecordType)
If the results were truncated, the type of the next record in the list.
|
TestDNSAnswerResult |
TestDNSAnswerResult.withRecordType(RRType recordType)
The type of the resource record set that you submitted a request for.
|
TestDNSAnswerRequest |
TestDNSAnswerRequest.withRecordType(RRType recordType)
The type of the resource record set.
|
ListResourceRecordSetsRequest |
ListResourceRecordSetsRequest.withStartRecordType(RRType startRecordType)
The type of resource record set to begin the record listing from.
|
ListTrafficPolicyInstancesByHostedZoneRequest |
ListTrafficPolicyInstancesByHostedZoneRequest.withTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)
If the value of
IsTruncated in the previous response is true, you have more traffic policy
instances. |
ListTrafficPolicyInstancesRequest |
ListTrafficPolicyInstancesRequest.withTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)
If the value of
IsTruncated in the previous response was true, you have more traffic
policy instances. |
ListTrafficPolicyInstancesByPolicyResult |
ListTrafficPolicyInstancesByPolicyResult.withTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)
If
IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of
the resource record sets that are associated with the first traffic policy instance in the next group of
MaxItems traffic policy instances. |
ListTrafficPolicyInstancesByHostedZoneResult |
ListTrafficPolicyInstancesByHostedZoneResult.withTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)
If
IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource
record sets that are associated with the first traffic policy instance in the next group of traffic policy
instances. |
ListTrafficPolicyInstancesResult |
ListTrafficPolicyInstancesResult.withTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)
If
IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of
the resource record sets that are associated with the first traffic policy instance that Amazon Route 53 will
return if you submit another ListTrafficPolicyInstances request. |
ListTrafficPolicyInstancesByPolicyRequest |
ListTrafficPolicyInstancesByPolicyRequest.withTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)
If the value of
IsTruncated in the previous response was true, you have more traffic
policy instances. |
TrafficPolicyInstance |
TrafficPolicyInstance.withTrafficPolicyType(RRType trafficPolicyType)
The DNS type that Amazon Route 53 assigned to all of the resource record sets that it created for this traffic
policy instance.
|
TrafficPolicy |
TrafficPolicy.withType(RRType type)
The DNS type of the resource record sets that Amazon Route 53 creates when you use a traffic policy to create a
traffic policy instance.
|
ResourceRecordSet |
ResourceRecordSet.withType(RRType type)
The DNS record type.
|
TrafficPolicySummary |
TrafficPolicySummary.withType(RRType type)
The DNS type of the resource record sets that Amazon Route 53 creates when you use a traffic policy to create a
traffic policy instance.
|
| Constructor and Description |
|---|
ResourceRecordSet(String name,
RRType type)
Constructs a new ResourceRecordSet object.
|
Copyright © 2020. All rights reserved.