public class ListProvisionersResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ListProvisionersResponse.ProvisionerInformation |
| Modifier and Type | Field and Description |
|---|---|
String |
continuationToken
Opaque
continuationToken to be given as query-string option to get the next set of provisioners. |
ListProvisionersResponse.ProvisionerInformation[] |
provisioners
|
| Constructor and Description |
|---|
ListProvisionersResponse() |
public String continuationToken
Opaque continuationToken to be given as query-string option to get the next set of provisioners. This property is only present if another request is necessary to fetch all results. In practice the next request with a continuationToken may not return additional results, but it can. Thus, you can only be sure to have all the results if you’ve called with continuationToken until you get a result without a continuationToken.
public ListProvisionersResponse.ProvisionerInformation[] provisioners
Copyright © 2014–2018 Mozilla. All rights reserved.