Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminListDevicesResponse.Builder
-
Packages that use AdminListDevicesResponse.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of AdminListDevicesResponse.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AdminListDevicesResponse.Builder Modifier and Type Method Description static AdminListDevicesResponse.BuilderAdminListDevicesResponse. builder()AdminListDevicesResponse.BuilderAdminListDevicesResponse.Builder. devices(Collection<DeviceType> devices)The devices in the list of devices response.AdminListDevicesResponse.BuilderAdminListDevicesResponse.Builder. devices(Consumer<DeviceType.Builder>... devices)The devices in the list of devices response.AdminListDevicesResponse.BuilderAdminListDevicesResponse.Builder. devices(DeviceType... devices)The devices in the list of devices response.AdminListDevicesResponse.BuilderAdminListDevicesResponse.Builder. paginationToken(String paginationToken)The identifier that Amazon Cognito returned with the previous request to this operation.AdminListDevicesResponse.BuilderAdminListDevicesResponse. toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type AdminListDevicesResponse.Builder Modifier and Type Method Description static Class<? extends AdminListDevicesResponse.Builder>AdminListDevicesResponse. serializableBuilderClass()
-