Uses of Class
com.baidubce.services.bcc.model.image.ListImagesRequest

Packages that use ListImagesRequest
com.baidubce.services.bcc   
com.baidubce.services.bcc.model.image   
 

Uses of ListImagesRequest in com.baidubce.services.bcc
 

Methods in com.baidubce.services.bcc with parameters of type ListImagesRequest
 ListImagesResponse BccClient.listImages(ListImagesRequest request)
          Listing images owned by the authenticated user.
 

Uses of ListImagesRequest in com.baidubce.services.bcc.model.image
 

Methods in com.baidubce.services.bcc.model.image that return ListImagesRequest
 ListImagesRequest ListImagesRequest.withImageType(String imageType)
          Configure the request with specified imageType.
 ListImagesRequest ListImagesRequest.withMarker(String marker)
          Configure the request with specified marker.
 ListImagesRequest ListImagesRequest.withMaxKeys(int maxKeys)
          Configure the request with specified maxKeys.
 ListImagesRequest ListImagesRequest.withRequestCredentials(BceCredentials credentials)
          Configure request credential for the request.
 



Copyright © 2018. All rights reserved.