Uses of Class
com.oracle.bmc.apmcontrolplane.responses.DeleteApmDomainResponse
-
Packages that use DeleteApmDomainResponse Package Description com.oracle.bmc.apmcontrolplane com.oracle.bmc.apmcontrolplane.responses -
-
Uses of DeleteApmDomainResponse in com.oracle.bmc.apmcontrolplane
Methods in com.oracle.bmc.apmcontrolplane that return DeleteApmDomainResponse Modifier and Type Method Description DeleteApmDomainResponse
ApmDomain. deleteApmDomain(DeleteApmDomainRequest request)
Deletes the specified APM domain asynchronously.DeleteApmDomainResponse
ApmDomainClient. deleteApmDomain(DeleteApmDomainRequest request)
Methods in com.oracle.bmc.apmcontrolplane that return types with arguments of type DeleteApmDomainResponse Modifier and Type Method Description Future<DeleteApmDomainResponse>
ApmDomainAsync. deleteApmDomain(DeleteApmDomainRequest request, AsyncHandler<DeleteApmDomainRequest,DeleteApmDomainResponse> handler)
Deletes the specified APM domain asynchronously.Future<DeleteApmDomainResponse>
ApmDomainAsyncClient. deleteApmDomain(DeleteApmDomainRequest request, AsyncHandler<DeleteApmDomainRequest,DeleteApmDomainResponse> handler)
Method parameters in com.oracle.bmc.apmcontrolplane with type arguments of type DeleteApmDomainResponse Modifier and Type Method Description Future<DeleteApmDomainResponse>
ApmDomainAsync. deleteApmDomain(DeleteApmDomainRequest request, AsyncHandler<DeleteApmDomainRequest,DeleteApmDomainResponse> handler)
Deletes the specified APM domain asynchronously.Future<DeleteApmDomainResponse>
ApmDomainAsyncClient. deleteApmDomain(DeleteApmDomainRequest request, AsyncHandler<DeleteApmDomainRequest,DeleteApmDomainResponse> handler)
-
Uses of DeleteApmDomainResponse in com.oracle.bmc.apmcontrolplane.responses
Methods in com.oracle.bmc.apmcontrolplane.responses that return DeleteApmDomainResponse Modifier and Type Method Description DeleteApmDomainResponse
DeleteApmDomainResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apmcontrolplane.responses with parameters of type DeleteApmDomainResponse Modifier and Type Method Description DeleteApmDomainResponse.Builder
DeleteApmDomainResponse.Builder. copy(DeleteApmDomainResponse o)
Copy method to populate the builder with values from the given instance.
-