Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.responses.GetLinkResponse
-
Packages that use GetLinkResponse Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.responses -
-
Uses of GetLinkResponse in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane that return GetLinkResponse Modifier and Type Method Description GetLinkResponse
Link. getLink(GetLinkRequest request)
Gets information about the link.GetLinkResponse
LinkClient. getLink(GetLinkRequest request)
Methods in com.oracle.bmc.tenantmanagercontrolplane that return types with arguments of type GetLinkResponse Modifier and Type Method Description Waiter<GetLinkRequest,GetLinkResponse>
LinkWaiters. forLink(GetLinkRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetLinkRequest,GetLinkResponse>
LinkWaiters. forLink(GetLinkRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetLinkRequest,GetLinkResponse>
LinkWaiters. forLink(GetLinkRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetLinkResponse>
LinkAsync. getLink(GetLinkRequest request, AsyncHandler<GetLinkRequest,GetLinkResponse> handler)
Gets information about the link.Future<GetLinkResponse>
LinkAsyncClient. getLink(GetLinkRequest request, AsyncHandler<GetLinkRequest,GetLinkResponse> handler)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type GetLinkResponse Modifier and Type Method Description Future<GetLinkResponse>
LinkAsync. getLink(GetLinkRequest request, AsyncHandler<GetLinkRequest,GetLinkResponse> handler)
Gets information about the link.Future<GetLinkResponse>
LinkAsyncClient. getLink(GetLinkRequest request, AsyncHandler<GetLinkRequest,GetLinkResponse> handler)
-
Uses of GetLinkResponse in com.oracle.bmc.tenantmanagercontrolplane.responses
Methods in com.oracle.bmc.tenantmanagercontrolplane.responses that return GetLinkResponse Modifier and Type Method Description GetLinkResponse
GetLinkResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.tenantmanagercontrolplane.responses with parameters of type GetLinkResponse Modifier and Type Method Description GetLinkResponse.Builder
GetLinkResponse.Builder. copy(GetLinkResponse o)
Copy method to populate the builder with values from the given instance.
-