Amazon.S3.AmazonS3Client.ListObjectsV2 C# (CSharp) 메소드

ListObjectsV2() 공개 메소드

Returns some or all (up to 1000) of the objects in a bucket. You can use the request parameters as selection criteria to return a subset of the objects in a bucket. Note: ListObjectsV2 is the revised List Objects API and we recommend you use this revised API for new application development.
public ListObjectsV2 ( ListObjectsV2Request request ) : ListObjectsV2Response
request ListObjectsV2Request Container for the necessary parameters to execute the ListObjectsV2 service method.
리턴 ListObjectsV2Response
        public ListObjectsV2Response ListObjectsV2(ListObjectsV2Request request)
        {
            var marshaller = new ListObjectsV2RequestMarshaller();
            var unmarshaller = ListObjectsV2ResponseUnmarshaller.Instance;

            return Invoke<ListObjectsV2Request,ListObjectsV2Response>(request, marshaller, unmarshaller);
        }
AmazonS3Client