Uses of Class
software.amazon.awssdk.services.snowball.model.LongTermPricingListEntry
-
Packages that use LongTermPricingListEntry Package Description software.amazon.awssdk.services.snowball.model software.amazon.awssdk.services.snowball.paginators -
-
Uses of LongTermPricingListEntry in software.amazon.awssdk.services.snowball.model
Methods in software.amazon.awssdk.services.snowball.model that return types with arguments of type LongTermPricingListEntry Modifier and Type Method Description List<LongTermPricingListEntry>ListLongTermPricingResponse. longTermPricingEntries()EachLongTermPricingEntryobject contains a status, ID, and other information about theLongTermPricingtype.Methods in software.amazon.awssdk.services.snowball.model with parameters of type LongTermPricingListEntry Modifier and Type Method Description ListLongTermPricingResponse.BuilderListLongTermPricingResponse.Builder. longTermPricingEntries(LongTermPricingListEntry... longTermPricingEntries)EachLongTermPricingEntryobject contains a status, ID, and other information about theLongTermPricingtype.Method parameters in software.amazon.awssdk.services.snowball.model with type arguments of type LongTermPricingListEntry Modifier and Type Method Description ListLongTermPricingResponse.BuilderListLongTermPricingResponse.Builder. longTermPricingEntries(Collection<LongTermPricingListEntry> longTermPricingEntries)EachLongTermPricingEntryobject contains a status, ID, and other information about theLongTermPricingtype. -
Uses of LongTermPricingListEntry in software.amazon.awssdk.services.snowball.paginators
Methods in software.amazon.awssdk.services.snowball.paginators that return types with arguments of type LongTermPricingListEntry Modifier and Type Method Description SdkIterable<LongTermPricingListEntry>ListLongTermPricingIterable. longTermPricingEntries()Returns an iterable to iterate through the paginatedListLongTermPricingResponse.longTermPricingEntries()member.SdkPublisher<LongTermPricingListEntry>ListLongTermPricingPublisher. longTermPricingEntries()Returns a publisher that can be used to get a stream of data.
-