Uses of Class
software.amazon.awssdk.services.lightsail.model.Bundle
-
Packages that use Bundle Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of Bundle in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type Bundle Modifier and Type Method Description List<Bundle>GetBundlesResponse. bundles()An array of key-value pairs that contains information about the available bundles.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type Bundle Modifier and Type Method Description GetBundlesResponse.BuilderGetBundlesResponse.Builder. bundles(Bundle... bundles)An array of key-value pairs that contains information about the available bundles.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type Bundle Modifier and Type Method Description GetBundlesResponse.BuilderGetBundlesResponse.Builder. bundles(Collection<Bundle> bundles)An array of key-value pairs that contains information about the available bundles.
-