Interface Dns
- 
- All Superinterfaces:
- AutoCloseable
 - All Known Implementing Classes:
- DnsClient
 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20180115") public interface Dns extends AutoCloseableAPI for the DNS service.Use this API to manage DNS zones, records, and other DNS resources. For more information, see Overview of the DNS Service. This service client uses CircuitBreakerUtils.DEFAULT_CIRCUIT_BREAKER for all the operations by default if no circuit breaker configuration is defined by the user. 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ChangeResolverCompartmentResponsechangeResolverCompartment(ChangeResolverCompartmentRequest request)Moves a resolver into a different compartment along with its protected default view and any endpoints.ChangeSteeringPolicyCompartmentResponsechangeSteeringPolicyCompartment(ChangeSteeringPolicyCompartmentRequest request)Moves a steering policy into a different compartment.ChangeTsigKeyCompartmentResponsechangeTsigKeyCompartment(ChangeTsigKeyCompartmentRequest request)Moves a TSIG key into a different compartment.ChangeViewCompartmentResponsechangeViewCompartment(ChangeViewCompartmentRequest request)Moves a view into a different compartment.ChangeZoneCompartmentResponsechangeZoneCompartment(ChangeZoneCompartmentRequest request)Moves a zone into a different compartment.CreateResolverEndpointResponsecreateResolverEndpoint(CreateResolverEndpointRequest request)Creates a new resolver endpoint in the same compartment as the resolver.CreateSteeringPolicyResponsecreateSteeringPolicy(CreateSteeringPolicyRequest request)Creates a new steering policy in the specified compartment.CreateSteeringPolicyAttachmentResponsecreateSteeringPolicyAttachment(CreateSteeringPolicyAttachmentRequest request)Creates a new attachment between a steering policy and a domain, giving the policy permission to answer queries for the specified domain.CreateTsigKeyResponsecreateTsigKey(CreateTsigKeyRequest request)Creates a new TSIG key in the specified compartment.CreateViewResponsecreateView(CreateViewRequest request)Creates a new view in the specified compartment.CreateZoneResponsecreateZone(CreateZoneRequest request)Creates a new zone in the specified compartment.CreateZoneFromZoneFileResponsecreateZoneFromZoneFile(CreateZoneFromZoneFileRequest request)Creates a new zone from a zone file in the specified compartment.DeleteDomainRecordsResponsedeleteDomainRecords(DeleteDomainRecordsRequest request)Deletes all records at the specified zone and domain.DeleteResolverEndpointResponsedeleteResolverEndpoint(DeleteResolverEndpointRequest request)Deletes the specified resolver endpoint.DeleteRRSetResponsedeleteRRSet(DeleteRRSetRequest request)Deletes all records in the specified RRSet.DeleteSteeringPolicyResponsedeleteSteeringPolicy(DeleteSteeringPolicyRequest request)Deletes the specified steering policy.DeleteSteeringPolicyAttachmentResponsedeleteSteeringPolicyAttachment(DeleteSteeringPolicyAttachmentRequest request)Deletes the specified steering policy attachment.DeleteTsigKeyResponsedeleteTsigKey(DeleteTsigKeyRequest request)Deletes the specified TSIG key.DeleteViewResponsedeleteView(DeleteViewRequest request)Deletes the specified view.DeleteZoneResponsedeleteZone(DeleteZoneRequest request)Deletes the specified zone and all its steering policy attachments.GetDomainRecordsResponsegetDomainRecords(GetDomainRecordsRequest request)Gets a list of all records at the specified zone and domain.StringgetEndpoint()Gets the set endpoint for REST call (ex, https://www.example.com)DnsPaginatorsgetPaginators()Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.GetResolverResponsegetResolver(GetResolverRequest request)Gets information about a specific resolver.GetResolverEndpointResponsegetResolverEndpoint(GetResolverEndpointRequest request)Gets information about a specific resolver endpoint.GetRRSetResponsegetRRSet(GetRRSetRequest request)Gets a list of all records in the specified RRSet.GetSteeringPolicyResponsegetSteeringPolicy(GetSteeringPolicyRequest request)Gets information about the specified steering policy.GetSteeringPolicyAttachmentResponsegetSteeringPolicyAttachment(GetSteeringPolicyAttachmentRequest request)Gets information about the specified steering policy attachment.GetTsigKeyResponsegetTsigKey(GetTsigKeyRequest request)Gets information about the specified TSIG key.GetViewResponsegetView(GetViewRequest request)Gets information about a specific view.DnsWaitersgetWaiters()Deprecated.usenewWaiters(WorkRequest)instead.GetZoneResponsegetZone(GetZoneRequest request)Gets information about the specified zone, including its creation date, zone type, and serial.GetZoneContentResponsegetZoneContent(GetZoneContentRequest request)Gets the requested zone’s zone file.GetZoneRecordsResponsegetZoneRecords(GetZoneRecordsRequest request)Gets all records in the specified zone.ListResolverEndpointsResponselistResolverEndpoints(ListResolverEndpointsRequest request)Gets a list of all endpoints within a resolver.ListResolversResponselistResolvers(ListResolversRequest request)Gets a list of all resolvers within a compartment.ListSteeringPoliciesResponselistSteeringPolicies(ListSteeringPoliciesRequest request)Gets a list of all steering policies in the specified compartment.ListSteeringPolicyAttachmentsResponselistSteeringPolicyAttachments(ListSteeringPolicyAttachmentsRequest request)Lists the steering policy attachments in the specified compartment.ListTsigKeysResponselistTsigKeys(ListTsigKeysRequest request)Gets a list of all TSIG keys in the specified compartment.ListViewsResponselistViews(ListViewsRequest request)Gets a list of all views within a compartment.ListZonesResponselistZones(ListZonesRequest request)Gets a list of all zones in the specified compartment.ListZoneTransferServersResponselistZoneTransferServers(ListZoneTransferServersRequest request)Gets a list of IP addresses of OCI nameservers for inbound and outbound transfer of zones in the specified compartment (which must be the root compartment of a tenancy) that transfer zone data with external master or downstream nameservers.DnsWaitersnewWaiters(WorkRequest workRequestClient)Creates a new DnsWaiters for resources for this service.PatchDomainRecordsResponsepatchDomainRecords(PatchDomainRecordsRequest request)Updates records in the specified zone at a domain.PatchRRSetResponsepatchRRSet(PatchRRSetRequest request)Updates records in the specified RRSet.PatchZoneRecordsResponsepatchZoneRecords(PatchZoneRecordsRequest request)Updates a collection of records in the specified zone.PromoteZoneDnssecKeyVersionResponsepromoteZoneDnssecKeyVersion(PromoteZoneDnssecKeyVersionRequest request)Promotes a specifiedDnssecKeyVersionon the zone.voidrefreshClient()Rebuilds the client from scratch.voidsetEndpoint(String endpoint)Sets the endpoint to call (ex, https://www.example.com).voidsetRegion(Region region)Sets the region to call (ex, Region.US_PHOENIX_1).voidsetRegion(String regionId)Sets the region to call (ex, ‘us-phoenix-1’).StageZoneDnssecKeyVersionResponsestageZoneDnssecKeyVersion(StageZoneDnssecKeyVersionRequest request)Stages a newDnssecKeyVersionon the zone.UpdateDomainRecordsResponseupdateDomainRecords(UpdateDomainRecordsRequest request)Replaces records in the specified zone at a domain with the records specified in the request body.UpdateResolverResponseupdateResolver(UpdateResolverRequest request)Updates the specified resolver with your new information.UpdateResolverEndpointResponseupdateResolverEndpoint(UpdateResolverEndpointRequest request)Updates the specified resolver endpoint with your new information.UpdateRRSetResponseupdateRRSet(UpdateRRSetRequest request)Replaces records in the specified RRSet.UpdateSteeringPolicyResponseupdateSteeringPolicy(UpdateSteeringPolicyRequest request)Updates the configuration of the specified steering policy.UpdateSteeringPolicyAttachmentResponseupdateSteeringPolicyAttachment(UpdateSteeringPolicyAttachmentRequest request)Updates the specified steering policy attachment with your new information.UpdateTsigKeyResponseupdateTsigKey(UpdateTsigKeyRequest request)Updates the specified TSIG key.UpdateViewResponseupdateView(UpdateViewRequest request)Updates the specified view with your new information.UpdateZoneResponseupdateZone(UpdateZoneRequest request)Updates the zone with the specified information.UpdateZoneRecordsResponseupdateZoneRecords(UpdateZoneRecordsRequest request)Replaces records in the specified zone with the records specified in the request body.voiduseRealmSpecificEndpointTemplate(boolean realmSpecificEndpointTemplateEnabled)Determines whether realm specific endpoint should be used or not.- 
Methods inherited from interface java.lang.AutoCloseableclose
 
- 
 
- 
- 
- 
Method Detail- 
refreshClientvoid refreshClient() Rebuilds the client from scratch.Useful to refresh certificates. 
 - 
setEndpointvoid setEndpoint(String endpoint) Sets the endpoint to call (ex, https://www.example.com).- Parameters:
- endpoint- The endpoint of the service.
 
 - 
getEndpointString getEndpoint() Gets the set endpoint for REST call (ex, https://www.example.com)
 - 
setRegionvoid setRegion(Region region) Sets the region to call (ex, Region.US_PHOENIX_1).Note, this will call setEndpointafter resolving the endpoint. If the service is not available in this Region, however, an IllegalArgumentException will be raised.- Parameters:
- region- The region of the service.
 
 - 
setRegionvoid setRegion(String regionId) Sets the region to call (ex, ‘us-phoenix-1’).Note, this will first try to map the region ID to a known Region and call setRegion.If no known Region could be determined, it will create an endpoint based on the default endpoint format ( Region.formatDefaultRegionEndpoint(Service, String)and then callsetEndpoint.- Parameters:
- regionId- The public region ID.
 
 - 
useRealmSpecificEndpointTemplatevoid useRealmSpecificEndpointTemplate(boolean realmSpecificEndpointTemplateEnabled) Determines whether realm specific endpoint should be used or not.Set realmSpecificEndpointTemplateEnabled to “true” if the user wants to enable use of realm specific endpoint template, otherwise set it to “false” - Parameters:
- realmSpecificEndpointTemplateEnabled- flag to enable the use of realm specific endpoint template
 
 - 
changeResolverCompartmentChangeResolverCompartmentResponse changeResolverCompartment(ChangeResolverCompartmentRequest request) Moves a resolver into a different compartment along with its protected default view and any endpoints.Zones in the default view are not moved. VCN-dedicated resolvers are initially created in the same compartment as their corresponding VCN, but can then be moved to a different compartment. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/ChangeResolverCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeResolverCompartment API. 
 
 - 
changeSteeringPolicyCompartmentChangeSteeringPolicyCompartmentResponse changeSteeringPolicyCompartment(ChangeSteeringPolicyCompartmentRequest request) Moves a steering policy into a different compartment.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/ChangeSteeringPolicyCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeSteeringPolicyCompartment API. 
 
 - 
changeTsigKeyCompartmentChangeTsigKeyCompartmentResponse changeTsigKeyCompartment(ChangeTsigKeyCompartmentRequest request) Moves a TSIG key into a different compartment.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/ChangeTsigKeyCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeTsigKeyCompartment API. 
 
 - 
changeViewCompartmentChangeViewCompartmentResponse changeViewCompartment(ChangeViewCompartmentRequest request) Moves a view into a different compartment.To change the compartment of a protected view, change the compartment of its corresponding resolver. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/ChangeViewCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeViewCompartment API. 
 
 - 
changeZoneCompartmentChangeZoneCompartmentResponse changeZoneCompartment(ChangeZoneCompartmentRequest request) Moves a zone into a different compartment.Protected zones cannot have their compartment changed. When the zone name is provided as a path parameter and `PRIVATE` is used for the scope query parameter then the viewId query parameter is required. *Note:** All SteeringPolicyAttachment objects associated with this zone will also be moved into the provided compartment. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/ChangeZoneCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeZoneCompartment API. 
 
 - 
createResolverEndpointCreateResolverEndpointResponse createResolverEndpoint(CreateResolverEndpointRequest request) Creates a new resolver endpoint in the same compartment as the resolver.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/CreateResolverEndpointExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateResolverEndpoint API. 
 
 - 
createSteeringPolicyCreateSteeringPolicyResponse createSteeringPolicy(CreateSteeringPolicyRequest request) Creates a new steering policy in the specified compartment.For more information on creating policies with templates, see Traffic Management API Guide. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/CreateSteeringPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateSteeringPolicy API. 
 
 - 
createSteeringPolicyAttachmentCreateSteeringPolicyAttachmentResponse createSteeringPolicyAttachment(CreateSteeringPolicyAttachmentRequest request) Creates a new attachment between a steering policy and a domain, giving the policy permission to answer queries for the specified domain.A steering policy must be attached to a domain for the policy to answer DNS queries for that domain. For the purposes of access control, the attachment is automatically placed into the same compartment as the domain's zone. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/CreateSteeringPolicyAttachmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateSteeringPolicyAttachment API. 
 
 - 
createTsigKeyCreateTsigKeyResponse createTsigKey(CreateTsigKeyRequest request) Creates a new TSIG key in the specified compartment.There is no opc-retry-tokenheader since TSIG key names must be globally unique.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/CreateTsigKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateTsigKey API. 
 
 - 
createViewCreateViewResponse createView(CreateViewRequest request) Creates a new view in the specified compartment.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/CreateViewExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateView API. 
 
 - 
createZoneCreateZoneResponse createZone(CreateZoneRequest request) Creates a new zone in the specified compartment.Private zones must have a zone type of `PRIMARY`. Creating a private zone at or under `oraclevcn.com` within the default protected view of a VCN-dedicated resolver is not permitted. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/CreateZoneExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateZone API. 
 
 - 
createZoneFromZoneFileCreateZoneFromZoneFileResponse createZoneFromZoneFile(CreateZoneFromZoneFileRequest request) Creates a new zone from a zone file in the specified compartment.Not supported for private zones. Note: This operation consumes a stream. If the stream supports InputStream.mark(int)andInputStream.reset(), when a retry is necessary, the stream is reset so it starts at the beginning (or whatever the stream's position was at the time this operation is called}.Note this means that if the caller has used InputStream.mark(int)before, then the mark will not be the same anymore after this operation, and a subsequent call toInputStream.reset()by the caller will reset the stream not to the caller's mark, but to the position the stream was in when this operation was called.If the stream is a FileInputStream, and the stream'sFileChannelposition can be changed (like for a regular file), the stream will be wrapped in such a way that it does provide support forInputStream.mark(int)andInputStream.reset(). Then the same procedure as above is followed. If the stream'sFileChannelposition cannot be changed (like for a named pipe), then the stream's contents will be buffered in memory, as described below.If the stream does not support InputStream.mark(int)andInputStream.reset(), then the stream is wrapped in aBufferedInputStream, which means the entire contents may be buffered in memory. Then the same procedure as above is followed.The contents of the stream, except when the stream is a FileInputStreamwhoseFileChannelposition can be changed, should be less than 2 GiB in size if retries are used. This is because streams 2 GiB in size or larger do no guarantee that mark-and-reset can be performed. If the stream is larger, do not use built-in retries and manage retries yourself.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/CreateZoneFromZoneFileExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateZoneFromZoneFile API. 
 
 - 
deleteDomainRecordsDeleteDomainRecordsResponse deleteDomainRecords(DeleteDomainRecordsRequest request) Deletes all records at the specified zone and domain.When the zone name is provided as a path parameter and `PRIVATE` is used for the scope query parameter then the viewId query parameter is required. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/DeleteDomainRecordsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteDomainRecords API. 
 
 - 
deleteRRSetDeleteRRSetResponse deleteRRSet(DeleteRRSetRequest request) Deletes all records in the specified RRSet.When the zone name is provided as a path parameter and `PRIVATE` is used for the scope query parameter then the viewId query parameter is required. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/DeleteRRSetExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteRRSet API. 
 
 - 
deleteResolverEndpointDeleteResolverEndpointResponse deleteResolverEndpoint(DeleteResolverEndpointRequest request) Deletes the specified resolver endpoint.Note that attempting to delete a resolver endpoint in the DELETED lifecycle state will result in a `404` response to be consistent with other operations of the API. Resolver endpoints may not be deleted if they are referenced by a resolver rule. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/DeleteResolverEndpointExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteResolverEndpoint API. 
 
 - 
deleteSteeringPolicyDeleteSteeringPolicyResponse deleteSteeringPolicy(DeleteSteeringPolicyRequest request) Deletes the specified steering policy.A `204` response indicates that the delete has been successful. Deletion will fail if the policy is attached to any zones. To detach a policy from a zone, see `DeleteSteeringPolicyAttachment`. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/DeleteSteeringPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteSteeringPolicy API. 
 
 - 
deleteSteeringPolicyAttachmentDeleteSteeringPolicyAttachmentResponse deleteSteeringPolicyAttachment(DeleteSteeringPolicyAttachmentRequest request) Deletes the specified steering policy attachment.A 204response indicates that the delete has been successful.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/DeleteSteeringPolicyAttachmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteSteeringPolicyAttachment API. 
 
 - 
deleteTsigKeyDeleteTsigKeyResponse deleteTsigKey(DeleteTsigKeyRequest request) Deletes the specified TSIG key.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/DeleteTsigKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteTsigKey API. 
 
 - 
deleteViewDeleteViewResponse deleteView(DeleteViewRequest request) Deletes the specified view.Note that attempting to delete a view in the DELETED lifecycleState will result in a `404` response to be consistent with other operations of the API. Views cannot be deleted if they are referenced by non-deleted zones or resolvers. Protected views cannot be deleted. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/DeleteViewExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteView API. 
 
 - 
deleteZoneDeleteZoneResponse deleteZone(DeleteZoneRequest request) Deletes the specified zone and all its steering policy attachments.A `204` response indicates that the zone has been successfully deleted. Protected zones cannot be deleted. When the zone name is provided as a path parameter and `PRIVATE` is used for the scope query parameter then the viewId query parameter is required. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/DeleteZoneExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteZone API. 
 
 - 
getDomainRecordsGetDomainRecordsResponse getDomainRecords(GetDomainRecordsRequest request) Gets a list of all records at the specified zone and domain.The results are sorted by `rtype` in alphabetical order by default. You can optionally filter and/or sort the results using the listed parameters. When the zone name is provided as a path parameter and `PRIVATE` is used for the scope query parameter then the viewId query parameter is required. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/GetDomainRecordsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDomainRecords API. 
 
 - 
getRRSetGetRRSetResponse getRRSet(GetRRSetRequest request) Gets a list of all records in the specified RRSet.The results are sorted by `recordHash` by default. When the zone name is provided as a path parameter and `PRIVATE` is used for the scope query parameter then the viewId query parameter is required. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/GetRRSetExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetRRSet API. 
 
 - 
getResolverGetResolverResponse getResolver(GetResolverRequest request) Gets information about a specific resolver.Note that attempting to get a resolver in the DELETED lifecycleState will result in a `404` response to be consistent with other operations of the API. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/GetResolverExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetResolver API. 
 
 - 
getResolverEndpointGetResolverEndpointResponse getResolverEndpoint(GetResolverEndpointRequest request) Gets information about a specific resolver endpoint.Note that attempting to get a resolver endpoint in the DELETED lifecycle state will result in a `404` response to be consistent with other operations of the API. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/GetResolverEndpointExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetResolverEndpoint API. 
 
 - 
getSteeringPolicyGetSteeringPolicyResponse getSteeringPolicy(GetSteeringPolicyRequest request) Gets information about the specified steering policy.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/GetSteeringPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSteeringPolicy API. 
 
 - 
getSteeringPolicyAttachmentGetSteeringPolicyAttachmentResponse getSteeringPolicyAttachment(GetSteeringPolicyAttachmentRequest request) Gets information about the specified steering policy attachment.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/GetSteeringPolicyAttachmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSteeringPolicyAttachment API. 
 
 - 
getTsigKeyGetTsigKeyResponse getTsigKey(GetTsigKeyRequest request) Gets information about the specified TSIG key.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/GetTsigKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetTsigKey API. 
 
 - 
getViewGetViewResponse getView(GetViewRequest request) Gets information about a specific view.Note that attempting to get a view in the DELETED lifecycleState will result in a `404` response to be consistent with other operations of the API. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/GetViewExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetView API. 
 
 - 
getZoneGetZoneResponse getZone(GetZoneRequest request) Gets information about the specified zone, including its creation date, zone type, and serial.When the zone name is provided as a path parameter and `PRIVATE` is used for the scope query parameter then the viewId query parameter is required. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/GetZoneExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetZone API. 
 
 - 
getZoneContentGetZoneContentResponse getZoneContent(GetZoneContentRequest request) Gets the requested zone’s zone file.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/GetZoneContentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetZoneContent API. 
 
 - 
getZoneRecordsGetZoneRecordsResponse getZoneRecords(GetZoneRecordsRequest request) Gets all records in the specified zone.The results are sorted by `domain` in alphabetical order by default. For more information about records, see [Resource Record (RR) TYPEs](https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-4). When the zone name is provided as a path parameter and `PRIVATE` is used for the scope query parameter then the viewId query parameter is required. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/GetZoneRecordsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetZoneRecords API. 
 
 - 
listResolverEndpointsListResolverEndpointsResponse listResolverEndpoints(ListResolverEndpointsRequest request) Gets a list of all endpoints within a resolver.The collection can be filtered by name or lifecycle state. It can be sorted on creation time or name both in ASC or DESC order. Note that when no lifecycleState query parameter is provided, the collection does not include resolver endpoints in the DELETED lifecycle state to be consistent with other operations of the API. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/ListResolverEndpointsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListResolverEndpoints API. 
 
 - 
listResolversListResolversResponse listResolvers(ListResolversRequest request) Gets a list of all resolvers within a compartment.The collection can be filtered by display name, id, or lifecycle state. It can be sorted on creation time or displayName both in ASC or DESC order. Note that when no lifecycleState query parameter is provided, the collection does not include resolvers in the DELETED lifecycleState to be consistent with other operations of the API. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/ListResolversExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListResolvers API. 
 
 - 
listSteeringPoliciesListSteeringPoliciesResponse listSteeringPolicies(ListSteeringPoliciesRequest request) Gets a list of all steering policies in the specified compartment.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/ListSteeringPoliciesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSteeringPolicies API. 
 
 - 
listSteeringPolicyAttachmentsListSteeringPolicyAttachmentsResponse listSteeringPolicyAttachments(ListSteeringPolicyAttachmentsRequest request) Lists the steering policy attachments in the specified compartment.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/ListSteeringPolicyAttachmentsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSteeringPolicyAttachments API. 
 
 - 
listTsigKeysListTsigKeysResponse listTsigKeys(ListTsigKeysRequest request) Gets a list of all TSIG keys in the specified compartment.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/ListTsigKeysExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListTsigKeys API. 
 
 - 
listViewsListViewsResponse listViews(ListViewsRequest request) Gets a list of all views within a compartment.The collection can be filtered by display name, id, or lifecycle state. It can be sorted on creation time or displayName both in ASC or DESC order. Note that when no lifecycleState query parameter is provided, the collection does not include views in the DELETED lifecycleState to be consistent with other operations of the API. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/ListViewsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListViews API. 
 
 - 
listZoneTransferServersListZoneTransferServersResponse listZoneTransferServers(ListZoneTransferServersRequest request) Gets a list of IP addresses of OCI nameservers for inbound and outbound transfer of zones in the specified compartment (which must be the root compartment of a tenancy) that transfer zone data with external master or downstream nameservers.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/ListZoneTransferServersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListZoneTransferServers API. 
 
 - 
listZonesListZonesResponse listZones(ListZonesRequest request) Gets a list of all zones in the specified compartment.The collection can be filtered by name, time created, scope, associated view, and zone type. Filtering by view is only supported for private zones. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/ListZonesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListZones API. 
 
 - 
patchDomainRecordsPatchDomainRecordsResponse patchDomainRecords(PatchDomainRecordsRequest request) Updates records in the specified zone at a domain.You can update one record or all records for the specified zone depending on the changes provided in the request body. You can also add or remove records using this function. When the zone name is provided as a path parameter and `PRIVATE` is used for the scope query parameter then the viewId query parameter is required. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/PatchDomainRecordsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchDomainRecords API. 
 
 - 
patchRRSetPatchRRSetResponse patchRRSet(PatchRRSetRequest request) Updates records in the specified RRSet.When the zone name is provided as a path parameter and `PRIVATE` is used for the scope query parameter then the viewId query parameter is required. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/PatchRRSetExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchRRSet API. 
 
 - 
patchZoneRecordsPatchZoneRecordsResponse patchZoneRecords(PatchZoneRecordsRequest request) Updates a collection of records in the specified zone.You can update one record or all records for the specified zone depending on the changes provided in the request body. You can also add or remove records using this function. When the zone name is provided as a path parameter and `PRIVATE` is used for the scope query parameter then the viewId query parameter is required. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/PatchZoneRecordsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchZoneRecords API. 
 
 - 
promoteZoneDnssecKeyVersionPromoteZoneDnssecKeyVersionResponse promoteZoneDnssecKeyVersion(PromoteZoneDnssecKeyVersionRequest request) Promotes a specifiedDnssecKeyVersionon the zone.If the `DnssecKeyVersion` identified in the request body is a key signing key (KSK) that is replacing another `DnssecKeyVersion`, then the old `DnssecKeyVersion` is scheduled for removal from the zone. For key signing keys (KSKs), you must create the DS record with the new key information **before** promoting the new key to establish a chain of trust. To avoid a service disruption, remove the old DS record as soon as its TTL (time to live) expires. For more information, see [DNSSEC](https://docs.oracle.com/iaas/Content/DNS/Concepts/dnssec.htm). - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/PromoteZoneDnssecKeyVersionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PromoteZoneDnssecKeyVersion API. 
 
 - 
stageZoneDnssecKeyVersionStageZoneDnssecKeyVersionResponse stageZoneDnssecKeyVersion(StageZoneDnssecKeyVersionRequest request) Stages a newDnssecKeyVersionon the zone.Staging is a process that generates a new "successor" key version that replaces an existing "predecessor" key version. Note: A new key-signing key (KSK) version is inert until you update the parent zone DS records. For more information, see the [DNSSEC](https://docs.oracle.com/iaas/Content/DNS/Concepts/dnssec.htm) documentation. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/StageZoneDnssecKeyVersionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use StageZoneDnssecKeyVersion API. 
 
 - 
updateDomainRecordsUpdateDomainRecordsResponse updateDomainRecords(UpdateDomainRecordsRequest request) Replaces records in the specified zone at a domain with the records specified in the request body.If a specified record does not exist, it will be created. If the record exists, then it will be updated to represent the record in the body of the request. If a record in the zone does not exist in the request body, the record will be removed from the zone. When the zone name is provided as a path parameter and `PRIVATE` is used for the scope query parameter then the viewId query parameter is required. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/UpdateDomainRecordsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateDomainRecords API. 
 
 - 
updateRRSetUpdateRRSetResponse updateRRSet(UpdateRRSetRequest request) Replaces records in the specified RRSet.When the zone name is provided as a path parameter and `PRIVATE` is used for the scope query parameter then the viewId query parameter is required. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/UpdateRRSetExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateRRSet API. 
 
 - 
updateResolverUpdateResolverResponse updateResolver(UpdateResolverRequest request) Updates the specified resolver with your new information.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/UpdateResolverExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateResolver API. 
 
 - 
updateResolverEndpointUpdateResolverEndpointResponse updateResolverEndpoint(UpdateResolverEndpointRequest request) Updates the specified resolver endpoint with your new information.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/UpdateResolverEndpointExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateResolverEndpoint API. 
 
 - 
updateSteeringPolicyUpdateSteeringPolicyResponse updateSteeringPolicy(UpdateSteeringPolicyRequest request) Updates the configuration of the specified steering policy.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/UpdateSteeringPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateSteeringPolicy API. 
 
 - 
updateSteeringPolicyAttachmentUpdateSteeringPolicyAttachmentResponse updateSteeringPolicyAttachment(UpdateSteeringPolicyAttachmentRequest request) Updates the specified steering policy attachment with your new information.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/UpdateSteeringPolicyAttachmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateSteeringPolicyAttachment API. 
 
 - 
updateTsigKeyUpdateTsigKeyResponse updateTsigKey(UpdateTsigKeyRequest request) Updates the specified TSIG key.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/UpdateTsigKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateTsigKey API. 
 
 - 
updateViewUpdateViewResponse updateView(UpdateViewRequest request) Updates the specified view with your new information.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/UpdateViewExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateView API. 
 
 - 
updateZoneUpdateZoneResponse updateZone(UpdateZoneRequest request) Updates the zone with the specified information.Global secondary zones may have their external masters updated. For more information about secondary zones, see [Manage DNS Service Zone](https://docs.oracle.com/iaas/Content/DNS/Tasks/managingdnszones.htm). When the zone name is provided as a path parameter and `PRIVATE` is used for the scope query parameter then the viewId query parameter is required. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/UpdateZoneExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateZone API. 
 
 - 
updateZoneRecordsUpdateZoneRecordsResponse updateZoneRecords(UpdateZoneRecordsRequest request) Replaces records in the specified zone with the records specified in the request body.If a specified record does not exist, it will be created. If the record exists, then it will be updated to represent the record in the body of the request. If a record in the zone does not exist in the request body, the record will be removed from the zone. When the zone name is provided as a path parameter and `PRIVATE` is used for the scope query parameter then the viewId query parameter is required. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dns/UpdateZoneRecordsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateZoneRecords API. 
 
 - 
getWaiters@Deprecated DnsWaiters getWaiters() Deprecated.usenewWaiters(WorkRequest)instead. Otherwise, a default one will be provided that does not support operations that rely on the WorkRequestClient for polling. An IllegalStateException will be thrown for such operations.Gets the pre-configured waiters available for resources for this service.- Returns:
- The service waiters.
 
 - 
newWaitersDnsWaiters newWaiters(WorkRequest workRequestClient) Creates a new DnsWaiters for resources for this service.- Parameters:
- workRequestClient- The work request service client used to query for work request status
- Returns:
- The service waiters.
 
 - 
getPaginatorsDnsPaginators getPaginators() Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.These paginators provide an Iterableinterface so that service responses, or resources/records, can be iterated through without having to manually deal with pagination and page tokens.- Returns:
- The service paginators.
 
 
- 
 
-