Uses of Class
software.amazon.awssdk.services.devicefarm.model.OfferingStatus
-
Packages that use OfferingStatus Package Description software.amazon.awssdk.services.devicefarm.model software.amazon.awssdk.services.devicefarm.paginators -
-
Uses of OfferingStatus in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return OfferingStatus Modifier and Type Method Description OfferingStatusOfferingTransaction. offeringStatus()The status of an offering transaction.Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type OfferingStatus Modifier and Type Method Description Map<String,OfferingStatus>GetOfferingStatusResponse. current()When specified, gets the offering status for the current period.Map<String,OfferingStatus>GetOfferingStatusResponse. nextPeriod()When specified, gets the offering status for the next period.Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type OfferingStatus Modifier and Type Method Description OfferingTransaction.BuilderOfferingTransaction.Builder. offeringStatus(OfferingStatus offeringStatus)The status of an offering transaction.Method parameters in software.amazon.awssdk.services.devicefarm.model with type arguments of type OfferingStatus Modifier and Type Method Description GetOfferingStatusResponse.BuilderGetOfferingStatusResponse.Builder. current(Map<String,OfferingStatus> current)When specified, gets the offering status for the current period.GetOfferingStatusResponse.BuilderGetOfferingStatusResponse.Builder. nextPeriod(Map<String,OfferingStatus> nextPeriod)When specified, gets the offering status for the next period. -
Uses of OfferingStatus in software.amazon.awssdk.services.devicefarm.paginators
Methods in software.amazon.awssdk.services.devicefarm.paginators that return types with arguments of type OfferingStatus Modifier and Type Method Description SdkIterable<Map.Entry<String,OfferingStatus>>GetOfferingStatusIterable. current()Returns an iterable to iterate through the paginatedGetOfferingStatusResponse.current()member.SdkPublisher<Map.Entry<String,OfferingStatus>>GetOfferingStatusPublisher. current()Returns a publisher that can be used to get a stream of data.SdkIterable<Map.Entry<String,OfferingStatus>>GetOfferingStatusIterable. nextPeriod()Returns an iterable to iterate through the paginatedGetOfferingStatusResponse.nextPeriod()member.SdkPublisher<Map.Entry<String,OfferingStatus>>GetOfferingStatusPublisher. nextPeriod()Returns a publisher that can be used to get a stream of data.
-