Uses of Enum
software.amazon.awssdk.services.route53.model.RRType
Packages that use RRType
-
Uses of RRType in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return RRTypeModifier and TypeMethodDescriptionstatic RRTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final RRTypeListResourceRecordSetsResponse.nextRecordType()If the results were truncated, the type of the next record in the list.final RRTypeTestDnsAnswerRequest.recordType()The type of the resource record set.final RRTypeTestDnsAnswerResponse.recordType()The type of the resource record set that you submitted a request for.final RRTypeListResourceRecordSetsRequest.startRecordType()The type of resource record set to begin the record listing from.final RRTypeListTrafficPolicyInstancesByHostedZoneRequest.trafficPolicyInstanceTypeMarker()If the value ofIsTruncatedin the previous response is true, you have more traffic policy instances.final 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.final RRTypeListTrafficPolicyInstancesByPolicyRequest.trafficPolicyInstanceTypeMarker()If the value ofIsTruncatedin the previous response wastrue, you have more traffic policy instances.final 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.final RRTypeListTrafficPolicyInstancesRequest.trafficPolicyInstanceTypeMarker()If the value ofIsTruncatedin the previous response wastrue, you have more traffic policy instances.final 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.final 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.final RRTypeResourceRecordSet.type()The DNS record type.final 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.final 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 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 software.amazon.awssdk.services.route53.model that return types with arguments of type RRTypeMethods in software.amazon.awssdk.services.route53.model with parameters of type RRTypeModifier and TypeMethodDescriptionListResourceRecordSetsResponse.Builder.nextRecordType(RRType nextRecordType) If the results were truncated, the type of the next record in the list.TestDnsAnswerRequest.Builder.recordType(RRType recordType) The type of the resource record set.TestDnsAnswerResponse.Builder.recordType(RRType recordType) The type of the resource record set that you submitted a request for.ListResourceRecordSetsRequest.Builder.startRecordType(RRType startRecordType) The type of resource record set to begin the record listing from.ListTrafficPolicyInstancesByHostedZoneRequest.Builder.trafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker) If the value ofIsTruncatedin the previous response is true, you have more traffic policy instances.ListTrafficPolicyInstancesByHostedZoneResponse.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.Builder.trafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker) If the value ofIsTruncatedin the previous response wastrue, you have more traffic policy instances.ListTrafficPolicyInstancesByPolicyResponse.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.Builder.trafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker) If the value ofIsTruncatedin the previous response wastrue, you have more traffic policy instances.ListTrafficPolicyInstancesResponse.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.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.The DNS record 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.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.