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