| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
static RRType |
RRType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RRType |
ListResourceRecordSetsResponse.nextRecordType()
If the results were truncated, the type of the next record in the list.
|
RRType |
TestDnsAnswerRequest.recordType()
The type of the resource record set.
|
RRType |
TestDnsAnswerResponse.recordType()
The type of the resource record set that you submitted a request for.
|
RRType |
ListResourceRecordSetsRequest.startRecordType()
The type of resource record set to begin the record listing from.
|
RRType |
ListTrafficPolicyInstancesByPolicyResponse.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. |
RRType |
ListTrafficPolicyInstancesByPolicyRequest.trafficPolicyInstanceTypeMarker()
If the value of
IsTruncated in the previous response was true, you have more traffic
policy instances. |
RRType |
ListTrafficPolicyInstancesResponse.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. |
RRType |
ListTrafficPolicyInstancesByHostedZoneResponse.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. |
RRType |
ListTrafficPolicyInstancesByHostedZoneRequest.trafficPolicyInstanceTypeMarker()
If the value of
IsTruncated in the previous response is true, you have more traffic policy
instances. |
RRType |
ListTrafficPolicyInstancesRequest.trafficPolicyInstanceTypeMarker()
If the value of
IsTruncated in the previous response was true, you have more traffic
policy instances. |
RRType |
TrafficPolicyInstance.trafficPolicyType()
The DNS type that Amazon Route 53 assigned to all of the resource record sets that it created for this traffic
policy instance.
|
RRType |
TrafficPolicy.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.
|
RRType |
TrafficPolicySummary.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.
|
RRType |
ResourceRecordSet.type()
The DNS record type.
|
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 |
|---|---|
static Set<RRType> |
RRType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListResourceRecordSetsResponse.Builder |
ListResourceRecordSetsResponse.Builder.nextRecordType(RRType nextRecordType)
If the results were truncated, the type of the next record in the list.
|
TestDnsAnswerRequest.Builder |
TestDnsAnswerRequest.Builder.recordType(RRType recordType)
The type of the resource record set.
|
TestDnsAnswerResponse.Builder |
TestDnsAnswerResponse.Builder.recordType(RRType recordType)
The type of the resource record set that you submitted a request for.
|
ListResourceRecordSetsRequest.Builder |
ListResourceRecordSetsRequest.Builder.startRecordType(RRType startRecordType)
The type of resource record set to begin the record listing from.
|
ListTrafficPolicyInstancesByPolicyResponse.Builder |
ListTrafficPolicyInstancesByPolicyResponse.Builder.trafficPolicyInstanceTypeMarker(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. |
ListTrafficPolicyInstancesByPolicyRequest.Builder |
ListTrafficPolicyInstancesByPolicyRequest.Builder.trafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)
If the value of
IsTruncated in the previous response was true, you have more
traffic policy instances. |
ListTrafficPolicyInstancesResponse.Builder |
ListTrafficPolicyInstancesResponse.Builder.trafficPolicyInstanceTypeMarker(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. |
ListTrafficPolicyInstancesByHostedZoneResponse.Builder |
ListTrafficPolicyInstancesByHostedZoneResponse.Builder.trafficPolicyInstanceTypeMarker(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. |
ListTrafficPolicyInstancesByHostedZoneRequest.Builder |
ListTrafficPolicyInstancesByHostedZoneRequest.Builder.trafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)
If the value of
IsTruncated in the previous response is true, you have more traffic policy
instances. |
ListTrafficPolicyInstancesRequest.Builder |
ListTrafficPolicyInstancesRequest.Builder.trafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)
If the value of
IsTruncated in the previous response was true, you have more
traffic policy instances. |
TrafficPolicyInstance.Builder |
TrafficPolicyInstance.Builder.trafficPolicyType(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.Builder |
TrafficPolicy.Builder.type(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.
|
TrafficPolicySummary.Builder |
TrafficPolicySummary.Builder.type(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.Builder |
ResourceRecordSet.Builder.type(RRType type)
The DNS record type.
|
Copyright © 2021. All rights reserved.