Uses of Class
com.oracle.bmc.dns.responses.DeleteRRSetResponse
-
Packages that use DeleteRRSetResponse Package Description com.oracle.bmc.dns com.oracle.bmc.dns.responses -
-
Uses of DeleteRRSetResponse in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns that return DeleteRRSetResponse Modifier and Type Method Description DeleteRRSetResponse
Dns. deleteRRSet(DeleteRRSetRequest request)
Deletes all records in the specified RRSet.DeleteRRSetResponse
DnsClient. deleteRRSet(DeleteRRSetRequest request)
Methods in com.oracle.bmc.dns that return types with arguments of type DeleteRRSetResponse Modifier and Type Method Description Future<DeleteRRSetResponse>
DnsAsync. deleteRRSet(DeleteRRSetRequest request, AsyncHandler<DeleteRRSetRequest,DeleteRRSetResponse> handler)
Deletes all records in the specified RRSet.Future<DeleteRRSetResponse>
DnsAsyncClient. deleteRRSet(DeleteRRSetRequest request, AsyncHandler<DeleteRRSetRequest,DeleteRRSetResponse> handler)
Method parameters in com.oracle.bmc.dns with type arguments of type DeleteRRSetResponse Modifier and Type Method Description Future<DeleteRRSetResponse>
DnsAsync. deleteRRSet(DeleteRRSetRequest request, AsyncHandler<DeleteRRSetRequest,DeleteRRSetResponse> handler)
Deletes all records in the specified RRSet.Future<DeleteRRSetResponse>
DnsAsyncClient. deleteRRSet(DeleteRRSetRequest request, AsyncHandler<DeleteRRSetRequest,DeleteRRSetResponse> handler)
-
Uses of DeleteRRSetResponse in com.oracle.bmc.dns.responses
Methods in com.oracle.bmc.dns.responses that return DeleteRRSetResponse Modifier and Type Method Description DeleteRRSetResponse
DeleteRRSetResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dns.responses with parameters of type DeleteRRSetResponse Modifier and Type Method Description DeleteRRSetResponse.Builder
DeleteRRSetResponse.Builder. copy(DeleteRRSetResponse o)
Copy method to populate the builder with values from the given instance.
-