Uses of Enum
com.amazonaws.services.route53.model.RRType
Packages that use RRType
-
Uses of RRType in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return RRTypeModifier and TypeMethodDescriptionstatic RRType
Use this in place of valueOf.static RRType
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.Methods in com.amazonaws.services.route53.model with parameters of type RRTypeModifier and TypeMethodDescriptionvoid
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 toListTrafficPolicyInstancesByHostedZone
, omit this value.void
ListTrafficPolicyInstancesByHostedZoneResult.setTrafficPolicyInstanceTypeMarker
(RRType trafficPolicyInstanceTypeMarker) IfIsTruncated
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 ofMaxItems
traffic policy instances.void
ListTrafficPolicyInstancesByPolicyRequest.setTrafficPolicyInstanceTypeMarker
(RRType trafficPolicyInstanceTypeMarker) For the first request toListTrafficPolicyInstancesByPolicy
, omit this value.void
ListTrafficPolicyInstancesByPolicyResult.setTrafficPolicyInstanceTypeMarker
(RRType trafficPolicyInstanceTypeMarker) IfIsTruncated
istrue
,TrafficPolicyInstanceTypeMarker
is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group ofMaxItems
traffic policy instances.void
ListTrafficPolicyInstancesRequest.setTrafficPolicyInstanceTypeMarker
(RRType trafficPolicyInstanceTypeMarker) For the first request toListTrafficPolicyInstances
, omit this value.void
ListTrafficPolicyInstancesResult.setTrafficPolicyInstanceTypeMarker
(RRType trafficPolicyInstanceTypeMarker) IfIsTruncated
istrue
,TrafficPolicyInstanceTypeMarker
is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group ofMaxItems
traffic policy instances.void
TrafficPolicyInstance.setTrafficPolicyType
(RRType trafficPolicyType) void
The type of the RRSet that you want to see changes for.void
The DNS record type.void
void
ListResourceRecordSetsResult.withNextRecordType
(RRType nextRecordType) If the results were truncated, the type of the next record in the list.ListResourceRecordSetsRequest.withStartRecordType
(RRType startRecordType) The DNS type at which to begin the listing of resource record sets.ListTrafficPolicyInstancesByHostedZoneRequest.withTrafficPolicyInstanceTypeMarker
(RRType trafficPolicyInstanceTypeMarker) For the first request toListTrafficPolicyInstancesByHostedZone
, omit this value.ListTrafficPolicyInstancesByHostedZoneResult.withTrafficPolicyInstanceTypeMarker
(RRType trafficPolicyInstanceTypeMarker) IfIsTruncated
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 ofMaxItems
traffic policy instances.ListTrafficPolicyInstancesByPolicyRequest.withTrafficPolicyInstanceTypeMarker
(RRType trafficPolicyInstanceTypeMarker) For the first request toListTrafficPolicyInstancesByPolicy
, omit this value.ListTrafficPolicyInstancesByPolicyResult.withTrafficPolicyInstanceTypeMarker
(RRType trafficPolicyInstanceTypeMarker) IfIsTruncated
istrue
,TrafficPolicyInstanceTypeMarker
is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group ofMaxItems
traffic policy instances.ListTrafficPolicyInstancesRequest.withTrafficPolicyInstanceTypeMarker
(RRType trafficPolicyInstanceTypeMarker) For the first request toListTrafficPolicyInstances
, omit this value.ListTrafficPolicyInstancesResult.withTrafficPolicyInstanceTypeMarker
(RRType trafficPolicyInstanceTypeMarker) IfIsTruncated
istrue
,TrafficPolicyInstanceTypeMarker
is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group ofMaxItems
traffic policy instances.TrafficPolicyInstance.withTrafficPolicyType
(RRType trafficPolicyType) The type of the RRSet that you want to see changes for.The DNS record type.Constructors in com.amazonaws.services.route53.model with parameters of type RRTypeModifierConstructorDescriptionResourceRecordSet
(String name, RRType type) Constructs a new ResourceRecordSet object.