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