Uses of Interface
software.amazon.awssdk.services.route53.model.ListReusableDelegationSetsResponse.Builder
Packages that use ListReusableDelegationSetsResponse.Builder
-
Uses of ListReusableDelegationSetsResponse.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return ListReusableDelegationSetsResponse.BuilderModifier and TypeMethodDescriptionListReusableDelegationSetsResponse.builder()ListReusableDelegationSetsResponse.Builder.delegationSets(Collection<DelegationSet> delegationSets) A complex type that contains oneDelegationSetelement for each reusable delegation set that was created by the current Amazon Web Services account.ListReusableDelegationSetsResponse.Builder.delegationSets(Consumer<DelegationSet.Builder>... delegationSets) A complex type that contains oneDelegationSetelement for each reusable delegation set that was created by the current Amazon Web Services account.ListReusableDelegationSetsResponse.Builder.delegationSets(DelegationSet... delegationSets) A complex type that contains oneDelegationSetelement for each reusable delegation set that was created by the current Amazon Web Services account.ListReusableDelegationSetsResponse.Builder.isTruncated(Boolean isTruncated) A flag that indicates whether there are more reusable delegation sets to be listed.For the second and subsequent calls toListReusableDelegationSets,Markeris the value that you specified for themarkerparameter in the request that produced the current response.The value that you specified for themaxitemsparameter in the call toListReusableDelegationSetsthat produced the current response.ListReusableDelegationSetsResponse.Builder.nextMarker(String nextMarker) IfIsTruncatedistrue, the value ofNextMarkeridentifies the next reusable delegation set that Amazon Route 53 will return if you submit anotherListReusableDelegationSetsrequest and specify the value ofNextMarkerin themarkerparameter.ListReusableDelegationSetsResponse.toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type ListReusableDelegationSetsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListReusableDelegationSetsResponse.Builder>ListReusableDelegationSetsResponse.serializableBuilderClass()