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 |
ListResourceRecordSetsRequest.setStartRecordType(RRType startRecordType)
The DNS type at which to begin the listing of resource record sets.
|
void |
ListTrafficPolicyInstancesByHostedZoneRequest.setTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)
For the first request to
ListTrafficPolicyInstancesByHostedZone , omit this value. |
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 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 MaxItems 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 |
ListTrafficPolicyInstancesRequest.setTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)
For the first request to
ListTrafficPolicyInstances , omit
this value. |
void |
ListTrafficPolicyInstancesByPolicyRequest.setTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)
For the first request to
ListTrafficPolicyInstancesByPolicy ,
omit this value. |
void |
TrafficPolicyInstance.setTrafficPolicyType(RRType trafficPolicyType) |
void |
ResourceRecordSet.setType(RRType type)
The DNS record type.
|
void |
TrafficPolicySummary.setType(RRType type) |
void |
TrafficPolicy.setType(RRType type) |
void |
ListChangeBatchesByRRSetRequest.setType(RRType type)
The type of the RRSet that you want to see changes for.
|
ListResourceRecordSetsResult |
ListResourceRecordSetsResult.withNextRecordType(RRType nextRecordType)
If the results were truncated, the type of the next record in the list.
|
ListResourceRecordSetsRequest |
ListResourceRecordSetsRequest.withStartRecordType(RRType startRecordType)
The DNS type at which to begin the listing of resource record sets.
|
ListTrafficPolicyInstancesByHostedZoneRequest |
ListTrafficPolicyInstancesByHostedZoneRequest.withTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)
For the first request to
ListTrafficPolicyInstancesByHostedZone , omit this value. |
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 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 MaxItems 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. |
ListTrafficPolicyInstancesRequest |
ListTrafficPolicyInstancesRequest.withTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)
For the first request to
ListTrafficPolicyInstances , omit
this value. |
ListTrafficPolicyInstancesByPolicyRequest |
ListTrafficPolicyInstancesByPolicyRequest.withTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)
For the first request to
ListTrafficPolicyInstancesByPolicy ,
omit this value. |
TrafficPolicyInstance |
TrafficPolicyInstance.withTrafficPolicyType(RRType trafficPolicyType) |
ResourceRecordSet |
ResourceRecordSet.withType(RRType type)
The DNS record type.
|
TrafficPolicySummary |
TrafficPolicySummary.withType(RRType type) |
TrafficPolicy |
TrafficPolicy.withType(RRType type) |
ListChangeBatchesByRRSetRequest |
ListChangeBatchesByRRSetRequest.withType(RRType type)
The type of the RRSet that you want to see changes for.
|
Constructor and Description |
---|
ResourceRecordSet(String name,
RRType type)
Constructs a new ResourceRecordSet object.
|
Copyright © 2018. All rights reserved.