Uses of Interface
software.amazon.awssdk.services.route53.model.HostedZoneNotFoundException.Builder
-
Packages that use HostedZoneNotFoundException.Builder Package Description software.amazon.awssdk.services.route53.model -
-
Uses of HostedZoneNotFoundException.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return HostedZoneNotFoundException.Builder Modifier and Type Method Description HostedZoneNotFoundException.BuilderHostedZoneNotFoundException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static HostedZoneNotFoundException.BuilderHostedZoneNotFoundException. builder()HostedZoneNotFoundException.BuilderHostedZoneNotFoundException.Builder. cause(Throwable cause)HostedZoneNotFoundException.BuilderHostedZoneNotFoundException.Builder. message(String message)HostedZoneNotFoundException.BuilderHostedZoneNotFoundException.Builder. requestId(String requestId)HostedZoneNotFoundException.BuilderHostedZoneNotFoundException.Builder. statusCode(int statusCode)HostedZoneNotFoundException.BuilderHostedZoneNotFoundException. toBuilder()HostedZoneNotFoundException.BuilderHostedZoneNotFoundException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type HostedZoneNotFoundException.Builder Modifier and Type Method Description static Class<? extends HostedZoneNotFoundException.Builder>HostedZoneNotFoundException. serializableBuilderClass()
-