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