Tabnine Logo
EncryptedPutObjectRequest.setMaterialsDescription
Code IndexAdd Tabnine to your IDE (free)

How to use
setMaterialsDescription
method
in
com.amazonaws.services.s3.model.EncryptedPutObjectRequest

Best Java code snippets using com.amazonaws.services.s3.model.EncryptedPutObjectRequest.setMaterialsDescription (Showing top 4 results out of 315)

origin: aws/aws-sdk-java

/**
 * sets the materials description for the encryption materials to be used with the current PutObjectRequest.
 * @param materialsDescription the materialsDescription to set
 */
public EncryptedPutObjectRequest withMaterialsDescription(Map<String, String> materialsDescription) {
  setMaterialsDescription(materialsDescription);
  return this;
}
origin: aws-amplify/aws-sdk-android

/**
 * sets the materials description for the encryption materials to be used
 * with the current PutObjectRequest.
 *
 * @param materialsDescription the materialsDescription to set
 */
public EncryptedPutObjectRequest withMaterialsDescription(
    Map<String, String> materialsDescription) {
  setMaterialsDescription(materialsDescription);
  return this;
}
origin: com.amazonaws/aws-android-sdk-s3

/**
 * sets the materials description for the encryption materials to be used
 * with the current PutObjectRequest.
 *
 * @param materialsDescription the materialsDescription to set
 */
public EncryptedPutObjectRequest withMaterialsDescription(
    Map<String, String> materialsDescription) {
  setMaterialsDescription(materialsDescription);
  return this;
}
origin: Nextdoor/bender

/**
 * sets the materials description for the encryption materials to be used with the current PutObjectRequest.
 * @param materialsDescription the materialsDescription to set
 */
public EncryptedPutObjectRequest withMaterialsDescription(Map<String, String> materialsDescription) {
  setMaterialsDescription(materialsDescription);
  return this;
}
com.amazonaws.services.s3.modelEncryptedPutObjectRequestsetMaterialsDescription

Javadoc

sets the materials description for the encryption materials to be used with the current PutObjectRequest.

Popular methods of EncryptedPutObjectRequest

  • getMaterialsDescription
  • withMaterialsDescription
    sets the materials description for the encryption materials to be used with the current PutObjectReq
  • <init>
  • getBucketName
  • getFile
  • getKey

Popular in Java

  • Start an intent from android
  • setContentView (Activity)
  • getExternalFilesDir (Context)
  • getSharedPreferences (Context)
  • Container (java.awt)
    A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT co
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • UnknownHostException (java.net)
    Thrown when a hostname can not be resolved.
  • Reference (javax.naming)
  • BasicDataSource (org.apache.commons.dbcp)
    Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties. This is no
  • Scheduler (org.quartz)
    This is the main interface of a Quartz Scheduler. A Scheduler maintains a registry of org.quartz.Job
  • 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