Tabnine Logo
DescribeUserImportJobRequest.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
software.amazon.awssdk.services.cognitoidentityprovider.model.DescribeUserImportJobRequest
constructor

Best Java code snippets using software.amazon.awssdk.services.cognitoidentityprovider.model.DescribeUserImportJobRequest.<init> (Showing top 2 results out of 315)

origin: aws/aws-sdk-java-v2

@Override
public DescribeUserImportJobRequest build() {
  return new DescribeUserImportJobRequest(this);
}
origin: software.amazon.awssdk/cognitoidp

  @Override
  public DescribeUserImportJobRequest build() {
    return new DescribeUserImportJobRequest(this);
  }
}
software.amazon.awssdk.services.cognitoidentityprovider.modelDescribeUserImportJobRequest<init>

Popular methods of DescribeUserImportJobRequest

  • builder
  • jobId
    The job ID for the user import job.
  • userPoolId
    The user pool ID for the user pool that the users are being imported into.

Popular in Java

  • Making http requests using okhttp
  • getApplicationContext (Context)
  • setContentView (Activity)
  • getResourceAsStream (ClassLoader)
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • SocketTimeoutException (java.net)
    This exception is thrown when a timeout expired on a socket read or accept operation.
  • URI (java.net)
    A Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • Project (org.apache.tools.ant)
    Central representation of an Ant project. This class defines an Ant project with all of its targets,
  • 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