Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.responses.DeleteLinkResponse
- 
Packages that use DeleteLinkResponse Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.responses 
- 
- 
Uses of DeleteLinkResponse in com.oracle.bmc.tenantmanagercontrolplaneMethods in com.oracle.bmc.tenantmanagercontrolplane that return DeleteLinkResponse Modifier and Type Method Description DeleteLinkResponseLink. deleteLink(DeleteLinkRequest request)Starts the link termination workflow.DeleteLinkResponseLinkClient. deleteLink(DeleteLinkRequest request)Methods in com.oracle.bmc.tenantmanagercontrolplane that return types with arguments of type DeleteLinkResponse Modifier and Type Method Description Future<DeleteLinkResponse>LinkAsync. deleteLink(DeleteLinkRequest request, AsyncHandler<DeleteLinkRequest,DeleteLinkResponse> handler)Starts the link termination workflow.Future<DeleteLinkResponse>LinkAsyncClient. deleteLink(DeleteLinkRequest request, AsyncHandler<DeleteLinkRequest,DeleteLinkResponse> handler)Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type DeleteLinkResponse Modifier and Type Method Description Future<DeleteLinkResponse>LinkAsync. deleteLink(DeleteLinkRequest request, AsyncHandler<DeleteLinkRequest,DeleteLinkResponse> handler)Starts the link termination workflow.Future<DeleteLinkResponse>LinkAsyncClient. deleteLink(DeleteLinkRequest request, AsyncHandler<DeleteLinkRequest,DeleteLinkResponse> handler)
- 
Uses of DeleteLinkResponse in com.oracle.bmc.tenantmanagercontrolplane.responsesMethods in com.oracle.bmc.tenantmanagercontrolplane.responses that return DeleteLinkResponse Modifier and Type Method Description DeleteLinkResponseDeleteLinkResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.tenantmanagercontrolplane.responses with parameters of type DeleteLinkResponse Modifier and Type Method Description DeleteLinkResponse.BuilderDeleteLinkResponse.Builder. copy(DeleteLinkResponse o)Copy method to populate the builder with values from the given instance.
 
-