Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.requests.DeleteLinkRequest
-
Packages that use DeleteLinkRequest Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.requests -
-
Uses of DeleteLinkRequest in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane with parameters of type DeleteLinkRequest Modifier and Type Method Description DeleteLinkResponse
Link. deleteLink(DeleteLinkRequest request)
Starts the link termination workflow.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)
DeleteLinkResponse
LinkClient. deleteLink(DeleteLinkRequest request)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type DeleteLinkRequest 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 DeleteLinkRequest in com.oracle.bmc.tenantmanagercontrolplane.requests
Methods in com.oracle.bmc.tenantmanagercontrolplane.requests that return DeleteLinkRequest Modifier and Type Method Description DeleteLinkRequest
DeleteLinkRequest.Builder. build()
Build the instance of DeleteLinkRequest as configured by this builderDeleteLinkRequest
DeleteLinkRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteLinkRequest as configured by this builderMethods in com.oracle.bmc.tenantmanagercontrolplane.requests with parameters of type DeleteLinkRequest Modifier and Type Method Description DeleteLinkRequest.Builder
DeleteLinkRequest.Builder. copy(DeleteLinkRequest o)
Copy method to populate the builder with values from the given instance.
-