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