Tabnine Logo
PutObjectLifecyclePolicyRequest$Builder.invocationCallback
Code IndexAdd Tabnine to your IDE (free)

How to use
invocationCallback
method
in
com.oracle.bmc.objectstorage.requests.PutObjectLifecyclePolicyRequest$Builder

Best Java code snippets using com.oracle.bmc.objectstorage.requests.PutObjectLifecyclePolicyRequest$Builder.invocationCallback (Showing top 1 results out of 315)

origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(PutObjectLifecyclePolicyRequest o) {
  namespaceName(o.getNamespaceName());
  bucketName(o.getBucketName());
  putObjectLifecyclePolicyDetails(o.getPutObjectLifecyclePolicyDetails());
  opcClientRequestId(o.getOpcClientRequestId());
  ifMatch(o.getIfMatch());
  ifNoneMatch(o.getIfNoneMatch());
  invocationCallback(o.getInvocationCallback());
  return this;
}
com.oracle.bmc.objectstorage.requestsPutObjectLifecyclePolicyRequest$BuilderinvocationCallback

Javadoc

Set the invocation callback for the request to be built.

Popular methods of PutObjectLifecyclePolicyRequest$Builder

  • bucketName
  • namespaceName
  • putObjectLifecyclePolicyDetails
  • build
    Build the instance of PutObjectLifecyclePolicyRequest as configured by this builder Note that this m
  • buildWithoutInvocationCallback
  • ifMatch
  • ifNoneMatch
  • opcClientRequestId

Popular in Java

  • Start an intent from android
  • getResourceAsStream (ClassLoader)
  • setScale (BigDecimal)
  • getSupportFragmentManager (FragmentActivity)
  • BorderLayout (java.awt)
    A border layout lays out a container, arranging and resizing its components to fit in five regions:
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • NoSuchElementException (java.util)
    Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.
  • Get (org.apache.hadoop.hbase.client)
    Used to perform Get operations on a single row. To get everything for a row, instantiate a Get objec
  • IsNull (org.hamcrest.core)
    Is the value null?
  • Best IntelliJ plugins
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