Uses of Class
software.amazon.awssdk.services.route53.model.RRType
-
Packages that use RRType Package Description software.amazon.awssdk.services.route53.model -
-
Uses of RRType in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return RRType Modifier and Type Method Description static RRTypeRRType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RRTypeListResourceRecordSetsResponse. nextRecordType()If the results were truncated, the type of the next record in the list.RRTypeTestDnsAnswerRequest. recordType()The type of the resource record set.RRTypeTestDnsAnswerResponse. recordType()The type of the resource record set that you submitted a request for.RRTypeListResourceRecordSetsRequest. startRecordType()The type of resource record set to begin the record listing from.RRTypeListTrafficPolicyInstancesByHostedZoneRequest. trafficPolicyInstanceTypeMarker()If the value ofIsTruncatedin the previous response is true, you have more traffic policy instances.RRTypeListTrafficPolicyInstancesByHostedZoneResponse. 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 of traffic policy instances.RRTypeListTrafficPolicyInstancesByPolicyRequest. trafficPolicyInstanceTypeMarker()If the value ofIsTruncatedin the previous response wastrue, you have more traffic policy instances.RRTypeListTrafficPolicyInstancesByPolicyResponse. 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.RRTypeListTrafficPolicyInstancesRequest. trafficPolicyInstanceTypeMarker()If the value ofIsTruncatedin the previous response wastrue, you have more traffic policy instances.RRTypeListTrafficPolicyInstancesResponse. trafficPolicyInstanceTypeMarker()IfIsTruncatedistrue,TrafficPolicyInstanceTypeMarkeris 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 anotherListTrafficPolicyInstancesrequest.RRTypeTrafficPolicyInstance. trafficPolicyType()The DNS type that Amazon Route 53 assigned to all of the resource record sets that it created for this traffic policy instance.RRTypeResourceRecordSet. type()The DNS record type.RRTypeTrafficPolicy. 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.RRTypeTrafficPolicySummary. 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.static RRTypeRRType. 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.Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type RRType Modifier and Type Method Description static Set<RRType>RRType. knownValues()Methods in software.amazon.awssdk.services.route53.model with parameters of type RRType Modifier and Type Method Description ListResourceRecordSetsResponse.BuilderListResourceRecordSetsResponse.Builder. nextRecordType(RRType nextRecordType)If the results were truncated, the type of the next record in the list.TestDnsAnswerRequest.BuilderTestDnsAnswerRequest.Builder. recordType(RRType recordType)The type of the resource record set.TestDnsAnswerResponse.BuilderTestDnsAnswerResponse.Builder. recordType(RRType recordType)The type of the resource record set that you submitted a request for.ListResourceRecordSetsRequest.BuilderListResourceRecordSetsRequest.Builder. startRecordType(RRType startRecordType)The type of resource record set to begin the record listing from.ListTrafficPolicyInstancesByHostedZoneRequest.BuilderListTrafficPolicyInstancesByHostedZoneRequest.Builder. trafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)If the value ofIsTruncatedin the previous response is true, you have more traffic policy instances.ListTrafficPolicyInstancesByHostedZoneResponse.BuilderListTrafficPolicyInstancesByHostedZoneResponse.Builder. trafficPolicyInstanceTypeMarker(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 of traffic policy instances.ListTrafficPolicyInstancesByPolicyRequest.BuilderListTrafficPolicyInstancesByPolicyRequest.Builder. trafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)If the value ofIsTruncatedin the previous response wastrue, you have more traffic policy instances.ListTrafficPolicyInstancesByPolicyResponse.BuilderListTrafficPolicyInstancesByPolicyResponse.Builder. trafficPolicyInstanceTypeMarker(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.BuilderListTrafficPolicyInstancesRequest.Builder. trafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)If the value ofIsTruncatedin the previous response wastrue, you have more traffic policy instances.ListTrafficPolicyInstancesResponse.BuilderListTrafficPolicyInstancesResponse.Builder. trafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)IfIsTruncatedistrue,TrafficPolicyInstanceTypeMarkeris 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 anotherListTrafficPolicyInstancesrequest.TrafficPolicyInstance.BuilderTrafficPolicyInstance.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.ResourceRecordSet.BuilderResourceRecordSet.Builder. type(RRType type)The DNS record type.TrafficPolicy.BuilderTrafficPolicy.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.BuilderTrafficPolicySummary.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.
-