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