Uses of Class
com.oracle.bmc.apmcontrolplane.requests.DeleteApmDomainRequest
-
Packages that use DeleteApmDomainRequest Package Description com.oracle.bmc.apmcontrolplane com.oracle.bmc.apmcontrolplane.requests -
-
Uses of DeleteApmDomainRequest in com.oracle.bmc.apmcontrolplane
Methods in com.oracle.bmc.apmcontrolplane with parameters of type DeleteApmDomainRequest Modifier and Type Method Description DeleteApmDomainResponse
ApmDomain. deleteApmDomain(DeleteApmDomainRequest request)
Deletes the specified APM domain asynchronously.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)
DeleteApmDomainResponse
ApmDomainClient. deleteApmDomain(DeleteApmDomainRequest request)
Method parameters in com.oracle.bmc.apmcontrolplane with type arguments of type DeleteApmDomainRequest 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 DeleteApmDomainRequest in com.oracle.bmc.apmcontrolplane.requests
Methods in com.oracle.bmc.apmcontrolplane.requests that return DeleteApmDomainRequest Modifier and Type Method Description DeleteApmDomainRequest
DeleteApmDomainRequest.Builder. build()
Build the instance of DeleteApmDomainRequest as configured by this builderDeleteApmDomainRequest
DeleteApmDomainRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteApmDomainRequest as configured by this builderMethods in com.oracle.bmc.apmcontrolplane.requests with parameters of type DeleteApmDomainRequest Modifier and Type Method Description DeleteApmDomainRequest.Builder
DeleteApmDomainRequest.Builder. copy(DeleteApmDomainRequest o)
Copy method to populate the builder with values from the given instance.
-