Tabnine Logo
com.oracle.bmc.objectstorage.requests
Code IndexAdd Tabnine to your IDE (free)

How to use com.oracle.bmc.objectstorage.requests

Best Java code snippets using com.oracle.bmc.objectstorage.requests (Showing top 20 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(CopyObjectRequest o) {
  namespaceName(o.getNamespaceName());
  bucketName(o.getBucketName());
  copyObjectDetails(o.getCopyObjectDetails());
  opcClientRequestId(o.getOpcClientRequestId());
  invocationCallback(o.getInvocationCallback());
  return this;
}
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(ListWorkRequestsRequest o) {
  compartmentId(o.getCompartmentId());
  opcClientRequestId(o.getOpcClientRequestId());
  page(o.getPage());
  limit(o.getLimit());
  invocationCallback(o.getInvocationCallback());
  return this;
}
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(GetNamespaceMetadataRequest o) {
  namespaceName(o.getNamespaceName());
  opcClientRequestId(o.getOpcClientRequestId());
  invocationCallback(o.getInvocationCallback());
  return this;
}
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(AbortMultipartUploadRequest o) {
  namespaceName(o.getNamespaceName());
  bucketName(o.getBucketName());
  objectName(o.getObjectName());
  uploadId(o.getUploadId());
  opcClientRequestId(o.getOpcClientRequestId());
  invocationCallback(o.getInvocationCallback());
  return this;
}
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(DeleteBucketRequest o) {
  namespaceName(o.getNamespaceName());
  bucketName(o.getBucketName());
  ifMatch(o.getIfMatch());
  opcClientRequestId(o.getOpcClientRequestId());
  invocationCallback(o.getInvocationCallback());
  return this;
}
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(DeleteObjectLifecyclePolicyRequest o) {
  namespaceName(o.getNamespaceName());
  bucketName(o.getBucketName());
  opcClientRequestId(o.getOpcClientRequestId());
  ifMatch(o.getIfMatch());
  invocationCallback(o.getInvocationCallback());
  return this;
}
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(HeadBucketRequest o) {
  namespaceName(o.getNamespaceName());
  bucketName(o.getBucketName());
  ifMatch(o.getIfMatch());
  ifNoneMatch(o.getIfNoneMatch());
  opcClientRequestId(o.getOpcClientRequestId());
  invocationCallback(o.getInvocationCallback());
  return this;
}
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(GetObjectLifecyclePolicyRequest o) {
  namespaceName(o.getNamespaceName());
  bucketName(o.getBucketName());
  opcClientRequestId(o.getOpcClientRequestId());
  invocationCallback(o.getInvocationCallback());
  return this;
}
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(RestoreObjectsRequest o) {
  namespaceName(o.getNamespaceName());
  bucketName(o.getBucketName());
  restoreObjectsDetails(o.getRestoreObjectsDetails());
  opcClientRequestId(o.getOpcClientRequestId());
  invocationCallback(o.getInvocationCallback());
  return this;
}
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(ListWorkRequestLogsRequest o) {
  workRequestId(o.getWorkRequestId());
  page(o.getPage());
  limit(o.getLimit());
  opcClientRequestId(o.getOpcClientRequestId());
  invocationCallback(o.getInvocationCallback());
  return this;
}
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(ListWorkRequestErrorsRequest o) {
  workRequestId(o.getWorkRequestId());
  page(o.getPage());
  limit(o.getLimit());
  opcClientRequestId(o.getOpcClientRequestId());
  invocationCallback(o.getInvocationCallback());
  return this;
}
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(DeletePreauthenticatedRequestRequest o) {
  namespaceName(o.getNamespaceName());
  bucketName(o.getBucketName());
  parId(o.getParId());
  opcClientRequestId(o.getOpcClientRequestId());
  invocationCallback(o.getInvocationCallback());
  return this;
}
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(RenameObjectRequest o) {
  namespaceName(o.getNamespaceName());
  bucketName(o.getBucketName());
  renameObjectDetails(o.getRenameObjectDetails());
  opcClientRequestId(o.getOpcClientRequestId());
  invocationCallback(o.getInvocationCallback());
  return this;
}
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(CreateBucketRequest o) {
  namespaceName(o.getNamespaceName());
  createBucketDetails(o.getCreateBucketDetails());
  opcClientRequestId(o.getOpcClientRequestId());
  invocationCallback(o.getInvocationCallback());
  return this;
}
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(GetPreauthenticatedRequestRequest o) {
  namespaceName(o.getNamespaceName());
  bucketName(o.getBucketName());
  parId(o.getParId());
  opcClientRequestId(o.getOpcClientRequestId());
  invocationCallback(o.getInvocationCallback());
  return this;
}
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(CreatePreauthenticatedRequestRequest o) {
  namespaceName(o.getNamespaceName());
  bucketName(o.getBucketName());
  createPreauthenticatedRequestDetails(o.getCreatePreauthenticatedRequestDetails());
  opcClientRequestId(o.getOpcClientRequestId());
  invocationCallback(o.getInvocationCallback());
  return this;
}
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(UpdateNamespaceMetadataRequest o) {
  namespaceName(o.getNamespaceName());
  updateNamespaceMetadataDetails(o.getUpdateNamespaceMetadataDetails());
  opcClientRequestId(o.getOpcClientRequestId());
  invocationCallback(o.getInvocationCallback());
  return this;
}
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(GetWorkRequestRequest o) {
  workRequestId(o.getWorkRequestId());
  opcClientRequestId(o.getOpcClientRequestId());
  invocationCallback(o.getInvocationCallback());
  return this;
}
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(CancelWorkRequestRequest o) {
  workRequestId(o.getWorkRequestId());
  opcClientRequestId(o.getOpcClientRequestId());
  invocationCallback(o.getInvocationCallback());
  return this;
}
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(GetNamespaceRequest o) {
  opcClientRequestId(o.getOpcClientRequestId());
  invocationCallback(o.getInvocationCallback());
  return this;
}
com.oracle.bmc.objectstorage.requests

Most used classes

  • PutObjectRequest$Builder
  • PutObjectRequest
  • AbortMultipartUploadRequest$Builder
  • AbortMultipartUploadRequest
  • CommitMultipartUploadRequest$Builder
  • CopyObjectRequest$Builder,
  • CopyObjectRequest,
  • CreateBucketRequest$Builder,
  • CreateBucketRequest,
  • CreateMultipartUploadRequest$Builder,
  • CreateMultipartUploadRequest,
  • DeleteBucketRequest$Builder,
  • DeleteBucketRequest,
  • DeleteObjectLifecyclePolicyRequest$Builder,
  • DeleteObjectLifecyclePolicyRequest,
  • DeleteObjectRequest$Builder,
  • DeleteObjectRequest,
  • GetBucketRequest$Builder,
  • GetBucketRequest
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