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 RRTypeUse this in place of valueOf.static RRTypeReturns 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 TypeMethodDescriptionvoidListResourceRecordSetsResult.setNextRecordType(RRType nextRecordType) If the results were truncated, the type of the next record in the list.voidListResourceRecordSetsRequest.setStartRecordType(RRType startRecordType) The DNS type at which to begin the listing of resource record sets.voidListTrafficPolicyInstancesByHostedZoneRequest.setTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker) For the first request toListTrafficPolicyInstancesByHostedZone, omit this value.voidListTrafficPolicyInstancesByHostedZoneResult.setTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker) IfIsTruncatedis true,TrafficPolicyInstanceTypeMarkeris the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group ofMaxItemstraffic policy instances.voidListTrafficPolicyInstancesByPolicyRequest.setTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker) For the first request toListTrafficPolicyInstancesByPolicy, omit this value.voidListTrafficPolicyInstancesByPolicyResult.setTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker) IfIsTruncatedistrue,TrafficPolicyInstanceTypeMarkeris the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group ofMaxItemstraffic policy instances.voidListTrafficPolicyInstancesRequest.setTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker) For the first request toListTrafficPolicyInstances, omit this value.voidListTrafficPolicyInstancesResult.setTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker) IfIsTruncatedistrue,TrafficPolicyInstanceTypeMarkeris the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group ofMaxItemstraffic policy instances.voidTrafficPolicyInstance.setTrafficPolicyType(RRType trafficPolicyType) voidThe type of the RRSet that you want to see changes for.voidThe DNS record type.voidvoidListResourceRecordSetsResult.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) IfIsTruncatedis true,TrafficPolicyInstanceTypeMarkeris the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group ofMaxItemstraffic policy instances.ListTrafficPolicyInstancesByPolicyRequest.withTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker) For the first request toListTrafficPolicyInstancesByPolicy, omit this value.ListTrafficPolicyInstancesByPolicyResult.withTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker) IfIsTruncatedistrue,TrafficPolicyInstanceTypeMarkeris the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group ofMaxItemstraffic policy instances.ListTrafficPolicyInstancesRequest.withTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker) For the first request toListTrafficPolicyInstances, omit this value.ListTrafficPolicyInstancesResult.withTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker) IfIsTruncatedistrue,TrafficPolicyInstanceTypeMarkeris the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group ofMaxItemstraffic 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.