Uses of Interface
software.amazon.awssdk.services.route53.model.DeleteHostedZoneResponse.Builder
-
Packages that use DeleteHostedZoneResponse.Builder Package Description software.amazon.awssdk.services.route53.model -
-
Uses of DeleteHostedZoneResponse.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return DeleteHostedZoneResponse.Builder Modifier and Type Method Description static DeleteHostedZoneResponse.BuilderDeleteHostedZoneResponse. builder()default DeleteHostedZoneResponse.BuilderDeleteHostedZoneResponse.Builder. changeInfo(Consumer<ChangeInfo.Builder> changeInfo)A complex type that contains the ID, the status, and the date and time of a request to delete a hosted zone.DeleteHostedZoneResponse.BuilderDeleteHostedZoneResponse.Builder. changeInfo(ChangeInfo changeInfo)A complex type that contains the ID, the status, and the date and time of a request to delete a hosted zone.DeleteHostedZoneResponse.BuilderDeleteHostedZoneResponse. toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type DeleteHostedZoneResponse.Builder Modifier and Type Method Description static Class<? extends DeleteHostedZoneResponse.Builder>DeleteHostedZoneResponse. serializableBuilderClass()
-