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.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane that return DeleteLinkResponse Modifier and Type Method Description DeleteLinkResponse
Link. deleteLink(DeleteLinkRequest request)
Starts the link termination workflow.DeleteLinkResponse
LinkClient. 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.responses
Methods in com.oracle.bmc.tenantmanagercontrolplane.responses that return DeleteLinkResponse Modifier and Type Method Description DeleteLinkResponse
DeleteLinkResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.tenantmanagercontrolplane.responses with parameters of type DeleteLinkResponse Modifier and Type Method Description DeleteLinkResponse.Builder
DeleteLinkResponse.Builder. copy(DeleteLinkResponse o)
Copy method to populate the builder with values from the given instance.
-