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

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

Best Java code snippets using com.oracle.bmc.objectstorage.requests.PutObjectLifecyclePolicyRequest$Builder.ifMatch (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$BuilderifMatch

Popular methods of PutObjectLifecyclePolicyRequest$Builder

  • bucketName
  • namespaceName
  • putObjectLifecyclePolicyDetails
  • build
    Build the instance of PutObjectLifecyclePolicyRequest as configured by this builder Note that this m
  • buildWithoutInvocationCallback
  • ifNoneMatch
  • invocationCallback
    Set the invocation callback for the request to be built.
  • opcClientRequestId

Popular in Java

  • Start an intent from android
  • onCreateOptionsMenu (Activity)
  • runOnUiThread (Activity)
  • getSupportFragmentManager (FragmentActivity)
  • PrintStream (java.io)
    Fake signature of an existing Java class.
  • System (java.lang)
    Provides access to system-related information and resources including standard input and output. Ena
  • Dictionary (java.util)
    Note: Do not use this class since it is obsolete. Please use the Map interface for new implementatio
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat
  • JOptionPane (javax.swing)
  • BasicDataSource (org.apache.commons.dbcp)
    Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties. This is no
  • From CI to AI: The AI layer in your organization
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