ToCopyableBuilder<ListObjectsV2Response.Builder,ListObjectsV2Response>
@Generated("software.amazon.awssdk:codegen") public class ListObjectsV2Response extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListObjectsV2Response.Builder,ListObjectsV2Response>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListObjectsV2Response.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListObjectsV2Response.Builder |
builder() |
|
List<CommonPrefix> |
commonPrefixes() |
CommonPrefixes contains all (if there are any) keys between Prefix and the next occurrence of the string
specified by delimiter
|
List<S3Object> |
contents() |
Metadata about each object returned.
|
String |
continuationToken() |
ContinuationToken indicates Amazon S3 that the list is being continued on this bucket with a token.
|
String |
delimiter() |
A delimiter is a character you use to group keys.
|
String |
encodingType() |
Encoding type used by Amazon S3 to encode object keys in the response.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Boolean |
isTruncated() |
A flag that indicates whether or not Amazon S3 returned all of the results that satisfied the search criteria.
|
Integer |
keyCount() |
KeyCount is the number of keys returned with this request.
|
Integer |
maxKeys() |
Sets the maximum number of keys returned in the response.
|
String |
name() |
Name of the bucket to list.
|
String |
nextContinuationToken() |
NextContinuationToken is sent when isTruncated is true which means there are more keys in the bucket that can be
listed.
|
String |
prefix() |
Limits the response to keys that begin with the specified prefix.
|
static Class<? extends ListObjectsV2Response.Builder> |
serializableBuilderClass() |
|
String |
startAfter() |
StartAfter is where you want Amazon S3 to start listing from.
|
ListObjectsV2Response.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public Boolean isTruncated()
public List<S3Object> contents()
public String name()
public String prefix()
public String delimiter()
public Integer maxKeys()
public List<CommonPrefix> commonPrefixes()
public String encodingType()
EncodingType
public Integer keyCount()
public String continuationToken()
public String nextContinuationToken()
public String startAfter()
public ListObjectsV2Response.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListObjectsV2Response.Builder,ListObjectsV2Response>
public static ListObjectsV2Response.Builder builder()
public static Class<? extends ListObjectsV2Response.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.