Tabnine Logo
CreateSmtpCredentialRequest$Builder.userId
Code IndexAdd Tabnine to your IDE (free)

How to use
userId
method
in
com.oracle.bmc.identity.requests.CreateSmtpCredentialRequest$Builder

Best Java code snippets using com.oracle.bmc.identity.requests.CreateSmtpCredentialRequest$Builder.userId (Showing top 2 results out of 315)

origin: oracle/oci-java-sdk

identityClient.createSmtpCredential(
    CreateSmtpCredentialRequest.builder()
        .userId(userId)
        .createSmtpCredentialDetails(
            CreateSmtpCredentialDetails.builder()
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(CreateSmtpCredentialRequest o) {
  createSmtpCredentialDetails(o.getCreateSmtpCredentialDetails());
  userId(o.getUserId());
  opcRetryToken(o.getOpcRetryToken());
  invocationCallback(o.getInvocationCallback());
  return this;
}
com.oracle.bmc.identity.requestsCreateSmtpCredentialRequest$BuilderuserId

Popular methods of CreateSmtpCredentialRequest$Builder

  • createSmtpCredentialDetails
  • build
    Build the instance of CreateSmtpCredentialRequest as configured by this builder Note that this metho
  • buildWithoutInvocationCallback
  • invocationCallback
    Set the invocation callback for the request to be built.
  • opcRetryToken

Popular in Java

  • Finding current android device location
  • getExternalFilesDir (Context)
  • startActivity (Activity)
  • requestLocationUpdates (LocationManager)
  • Font (java.awt)
    The Font class represents fonts, which are used to render text in a visible way. A font provides the
  • ResourceBundle (java.util)
    ResourceBundle is an abstract class which is the superclass of classes which provide Locale-specifi
  • TimeUnit (java.util.concurrent)
    A TimeUnit represents time durations at a given unit of granularity and provides utility methods to
  • HttpServletRequest (javax.servlet.http)
    Extends the javax.servlet.ServletRequest interface to provide request information for HTTP servlets.
  • BoxLayout (javax.swing)
  • JFrame (javax.swing)
  • Top Vim 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