Uses of Class
com.oracle.bmc.core.requests.GetDrgAttachmentRequest
-
Packages that use GetDrgAttachmentRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of GetDrgAttachmentRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type GetDrgAttachmentRequest Modifier and Type Method Description Waiter<GetDrgAttachmentRequest,GetDrgAttachmentResponse>VirtualNetworkWaiters. forDrgAttachment(GetDrgAttachmentRequest request, DrgAttachment.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetDrgAttachmentRequest,GetDrgAttachmentResponse>VirtualNetworkWaiters. forDrgAttachment(GetDrgAttachmentRequest request, DrgAttachment.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetDrgAttachmentRequest,GetDrgAttachmentResponse>VirtualNetworkWaiters. forDrgAttachment(GetDrgAttachmentRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, DrgAttachment.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.Method parameters in com.oracle.bmc.core with type arguments of type GetDrgAttachmentRequest Modifier and Type Method Description Future<GetDrgAttachmentResponse>VirtualNetworkAsync. getDrgAttachment(GetDrgAttachmentRequest request, AsyncHandler<GetDrgAttachmentRequest,GetDrgAttachmentResponse> handler)Gets theDrgAttachmentresource.Future<GetDrgAttachmentResponse>VirtualNetworkAsyncClient. getDrgAttachment(GetDrgAttachmentRequest request, AsyncHandler<GetDrgAttachmentRequest,GetDrgAttachmentResponse> handler) -
Uses of GetDrgAttachmentRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return GetDrgAttachmentRequest Modifier and Type Method Description GetDrgAttachmentRequestGetDrgAttachmentRequest.Builder. build()Build the instance of GetDrgAttachmentRequest as configured by this builderGetDrgAttachmentRequestGetDrgAttachmentRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetDrgAttachmentRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type GetDrgAttachmentRequest Modifier and Type Method Description GetDrgAttachmentRequest.BuilderGetDrgAttachmentRequest.Builder. copy(GetDrgAttachmentRequest o)Copy method to populate the builder with values from the given instance.
-