public class ListInstancesRequest extends ListRequest
| Constructor and Description |
|---|
ListInstancesRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyword() |
String |
getKeywordType() |
ListInstancesRequest |
setKeyword(String keyword) |
ListInstancesRequest |
setKeywordType(String keywordType) |
ListInstancesRequest |
withMarker(String marker)
Configure the request with specified marker.
|
ListInstancesRequest |
withMaxKeys(int maxKeys)
Configure the request with specified maxKeys.
|
ListInstancesRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
getMarker, getMaxKeys, setMarker, setMaxKeysgetRequestCredentials, setRequestCredentialspublic ListInstancesRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - a valid instance of BceCredentials.public String getKeywordType()
public ListInstancesRequest setKeywordType(String keywordType)
public String getKeyword()
public ListInstancesRequest setKeyword(String keyword)
public ListInstancesRequest withMarker(String marker)
withMarker in class ListRequestmarker - The optional parameter marker specified in the original request to specify
where in the results to begin listing.public ListInstancesRequest withMaxKeys(int maxKeys)
withMaxKeys in class ListRequestmaxKeys - The optional parameter to specifies the max number of list result to return.
The default value is 1000.Copyright © 2023. All rights reserved.