public static interface ListDevicesResponse.Builder extends CognitoIdentityProviderResponse.Builder, CopyableBuilder<ListDevicesResponse.Builder,ListDevicesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDevicesResponse.Builder |
devices(Collection<DeviceType> devices)
The devices returned in the list devices response.
|
ListDevicesResponse.Builder |
devices(DeviceType... devices)
The devices returned in the list devices response.
|
ListDevicesResponse.Builder |
paginationToken(String paginationToken)
The pagination token for the list device response.
|
buildcopyapply, buildListDevicesResponse.Builder devices(Collection<DeviceType> devices)
The devices returned in the list devices response.
devices - The devices returned in the list devices response.ListDevicesResponse.Builder devices(DeviceType... devices)
The devices returned in the list devices response.
devices - The devices returned in the list devices response.ListDevicesResponse.Builder paginationToken(String paginationToken)
The pagination token for the list device response.
paginationToken - The pagination token for the list device response.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.