Uses of Class
com.oracle.bmc.dns.requests.ChangeTsigKeyCompartmentRequest
-
Packages that use ChangeTsigKeyCompartmentRequest Package Description com.oracle.bmc.dns com.oracle.bmc.dns.requests -
-
Uses of ChangeTsigKeyCompartmentRequest in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns with parameters of type ChangeTsigKeyCompartmentRequest Modifier and Type Method Description ChangeTsigKeyCompartmentResponse
Dns. changeTsigKeyCompartment(ChangeTsigKeyCompartmentRequest request)
Moves a TSIG key into a different compartment.Future<ChangeTsigKeyCompartmentResponse>
DnsAsync. changeTsigKeyCompartment(ChangeTsigKeyCompartmentRequest request, AsyncHandler<ChangeTsigKeyCompartmentRequest,ChangeTsigKeyCompartmentResponse> handler)
Moves a TSIG key into a different compartment.Future<ChangeTsigKeyCompartmentResponse>
DnsAsyncClient. changeTsigKeyCompartment(ChangeTsigKeyCompartmentRequest request, AsyncHandler<ChangeTsigKeyCompartmentRequest,ChangeTsigKeyCompartmentResponse> handler)
ChangeTsigKeyCompartmentResponse
DnsClient. changeTsigKeyCompartment(ChangeTsigKeyCompartmentRequest request)
Method parameters in com.oracle.bmc.dns with type arguments of type ChangeTsigKeyCompartmentRequest Modifier and Type Method Description Future<ChangeTsigKeyCompartmentResponse>
DnsAsync. changeTsigKeyCompartment(ChangeTsigKeyCompartmentRequest request, AsyncHandler<ChangeTsigKeyCompartmentRequest,ChangeTsigKeyCompartmentResponse> handler)
Moves a TSIG key into a different compartment.Future<ChangeTsigKeyCompartmentResponse>
DnsAsyncClient. changeTsigKeyCompartment(ChangeTsigKeyCompartmentRequest request, AsyncHandler<ChangeTsigKeyCompartmentRequest,ChangeTsigKeyCompartmentResponse> handler)
-
Uses of ChangeTsigKeyCompartmentRequest in com.oracle.bmc.dns.requests
Methods in com.oracle.bmc.dns.requests that return ChangeTsigKeyCompartmentRequest Modifier and Type Method Description ChangeTsigKeyCompartmentRequest
ChangeTsigKeyCompartmentRequest.Builder. build()
Build the instance of ChangeTsigKeyCompartmentRequest as configured by this builderChangeTsigKeyCompartmentRequest
ChangeTsigKeyCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeTsigKeyCompartmentRequest as configured by this builderMethods in com.oracle.bmc.dns.requests with parameters of type ChangeTsigKeyCompartmentRequest Modifier and Type Method Description ChangeTsigKeyCompartmentRequest.Builder
ChangeTsigKeyCompartmentRequest.Builder. copy(ChangeTsigKeyCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-