Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminListDevicesResponse.Builder
Packages that use AdminListDevicesResponse.Builder
-
Uses of AdminListDevicesResponse.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AdminListDevicesResponse.BuilderModifier and TypeMethodDescriptionAdminListDevicesResponse.builder()AdminListDevicesResponse.Builder.devices(Collection<DeviceType> devices) An array of devices and their information.AdminListDevicesResponse.Builder.devices(Consumer<DeviceType.Builder>... devices) An array of devices and their information.AdminListDevicesResponse.Builder.devices(DeviceType... devices) An array of devices and their information.AdminListDevicesResponse.Builder.paginationToken(String paginationToken) The identifier that Amazon Cognito returned with the previous request to this operation.AdminListDevicesResponse.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type AdminListDevicesResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AdminListDevicesResponse.Builder>AdminListDevicesResponse.serializableBuilderClass()