class ListObjectsV2Request extends Object
ListObjectsV2 Request
- Annotations
- @ScalaJSDefined() @RawJSType()
- Alphabetic
- By Inheritance
- ListObjectsV2Request
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
ListObjectsV2Request(Bucket: String, Delimiter: UndefOr[String] = js.undefined, EncodingType: UndefOr[String] = js.undefined, MaxKeys: UndefOr[Int] = js.undefined, Prefix: UndefOr[String] = js.undefined, ContinuationToken: UndefOr[String] = js.undefined, FetchOwner: UndefOr[Boolean] = js.undefined, StartAfter: UndefOr[String] = js.undefined, RequestPayer: UndefOr[String] = js.undefined)
- Bucket
Name of the bucket to list.
- Delimiter
A delimiter is a character you use to group keys.
- EncodingType
Encoding type used by Amazon S3 to encode object keys in the response.
- MaxKeys
Sets the maximum number of keys returned in the response. The response might contain fewer keys but will never contain more.
- Prefix
Limits the response to keys that begin with the specified prefix.
- ContinuationToken
indicates Amazon S3 that the list is being continued on this bucket with a token. ContinuationToken is obfuscated and is not a real key
- FetchOwner
The owner field is not present in listV2 by default, if you want to return owner field with each key in the result then set the fetch owner field to true
- StartAfter
is where you want Amazon S3 to start listing from. Amazon S3 starts listing after this specified key. StartAfter can be any key in the bucket
- RequestPayer
Confirms that the requester knows that she or he will be charged for the list objects request in V2 style. Bucket owners need not specify this parameter in their requests.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val Bucket: String
- val ContinuationToken: UndefOr[String]
- val Delimiter: UndefOr[String]
- val EncodingType: UndefOr[String]
- val FetchOwner: UndefOr[Boolean]
- val MaxKeys: UndefOr[Int]
- val Prefix: UndefOr[String]
- val RequestPayer: UndefOr[String]
- val StartAfter: UndefOr[String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
valueOf(): Any
- Definition Classes
- Object
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )