Uses of Interface
software.amazon.awssdk.services.licensemanager.model.BorrowConfiguration.Builder
-
Packages that use BorrowConfiguration.Builder Package Description software.amazon.awssdk.services.licensemanager.model -
-
Uses of BorrowConfiguration.Builder in software.amazon.awssdk.services.licensemanager.model
Methods in software.amazon.awssdk.services.licensemanager.model that return BorrowConfiguration.Builder Modifier and Type Method Description BorrowConfiguration.BuilderBorrowConfiguration.Builder. allowEarlyCheckIn(Boolean allowEarlyCheckIn)Indicates whether early check-ins are allowed.static BorrowConfiguration.BuilderBorrowConfiguration. builder()BorrowConfiguration.BuilderBorrowConfiguration.Builder. maxTimeToLiveInMinutes(Integer maxTimeToLiveInMinutes)Maximum time for the borrow configuration, in minutes.BorrowConfiguration.BuilderBorrowConfiguration. toBuilder()Methods in software.amazon.awssdk.services.licensemanager.model that return types with arguments of type BorrowConfiguration.Builder Modifier and Type Method Description static Class<? extends BorrowConfiguration.Builder>BorrowConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.licensemanager.model with type arguments of type BorrowConfiguration.Builder Modifier and Type Method Description default ConsumptionConfiguration.BuilderConsumptionConfiguration.Builder. borrowConfiguration(Consumer<BorrowConfiguration.Builder> borrowConfiguration)Details about a borrow configuration.
-