Tabnine Logo
ObjectStorageWaiters.forWorkRequest
Code IndexAdd Tabnine to your IDE (free)

How to use
forWorkRequest
method
in
com.oracle.bmc.objectstorage.ObjectStorageWaiters

Best Java code snippets using com.oracle.bmc.objectstorage.ObjectStorageWaiters.forWorkRequest (Showing top 3 results out of 315)

origin: oracle/oci-java-sdk

/**
 * Creates a new {@link Waiter} using default configuration.
 *
 * @param request the request to send
 * @return a new Waiter instance
 */
public com.oracle.bmc.waiter.Waiter<GetWorkRequestRequest, GetWorkRequestResponse>
    forWorkRequest(GetWorkRequestRequest request) {
  return forWorkRequest(com.oracle.bmc.waiter.Waiters.DEFAULT_POLLING_WAITER, request);
}
origin: oracle/oci-java-sdk

/**
 * Creates a new {@link Waiter} using the provided configuration.
 *
 * @param request the request to send
 * @param terminationStrategy the {@link TerminationStrategy} to use
 * @param delayStrategy the {@link DelayStrategy} to use
 * @return a new {@code Waiter} instance
 */
public com.oracle.bmc.waiter.Waiter<GetWorkRequestRequest, GetWorkRequestResponse>
    forWorkRequest(
        GetWorkRequestRequest request,
        com.oracle.bmc.waiter.TerminationStrategy terminationStrategy,
        com.oracle.bmc.waiter.DelayStrategy delayStrategy) {
  return forWorkRequest(
      com.oracle.bmc.waiter.Waiters.newWaiter(terminationStrategy, delayStrategy),
      request);
}
origin: oracle/oci-java-sdk

        .build();
GetWorkRequestResponse getWorkRequestResponse =
    client.getWaiters().forWorkRequest(getWorkRequestRequest).execute();
WorkRequest.Status status = getWorkRequestResponse.getWorkRequest().getStatus();
System.out.println("Work request is now in " + status + " state.");
com.oracle.bmc.objectstorageObjectStorageWaitersforWorkRequest

Javadoc

Creates a new Waiter using default configuration.

Popular methods of ObjectStorageWaiters

  • <init>

Popular in Java

  • Creating JSON documents from java classes using gson
  • findViewById (Activity)
  • compareTo (BigDecimal)
  • setScale (BigDecimal)
  • IOException (java.io)
    Signals a general, I/O-related error. Error details may be specified when calling the constructor, a
  • Thread (java.lang)
    A thread is a thread of execution in a program. The Java Virtual Machine allows an application to ha
  • ConnectException (java.net)
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
  • TreeSet (java.util)
    TreeSet is an implementation of SortedSet. All optional operations (adding and removing) are support
  • AtomicInteger (java.util.concurrent.atomic)
    An int value that may be updated atomically. See the java.util.concurrent.atomic package specificati
  • Pattern (java.util.regex)
    Patterns are compiled regular expressions. In many cases, convenience methods such as String#matches
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now