Uses of Class
software.amazon.awssdk.services.devicefarm.model.RenewOfferingResponse
-
Packages that use RenewOfferingResponse Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for: -
-
Uses of RenewOfferingResponse in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm that return RenewOfferingResponse Modifier and Type Method Description default RenewOfferingResponseDeviceFarmClient. renewOffering(Consumer<RenewOfferingRequest.Builder> renewOfferingRequest)Explicitly sets the quantity of devices to renew for an offering, starting from theeffectiveDateof the next period.default RenewOfferingResponseDeviceFarmClient. renewOffering(RenewOfferingRequest renewOfferingRequest)Explicitly sets the quantity of devices to renew for an offering, starting from theeffectiveDateof the next period.Methods in software.amazon.awssdk.services.devicefarm that return types with arguments of type RenewOfferingResponse Modifier and Type Method Description default CompletableFuture<RenewOfferingResponse>DeviceFarmAsyncClient. renewOffering(Consumer<RenewOfferingRequest.Builder> renewOfferingRequest)Explicitly sets the quantity of devices to renew for an offering, starting from theeffectiveDateof the next period.default CompletableFuture<RenewOfferingResponse>DeviceFarmAsyncClient. renewOffering(RenewOfferingRequest renewOfferingRequest)Explicitly sets the quantity of devices to renew for an offering, starting from theeffectiveDateof the next period.
-