Uses of Class
software.amazon.awssdk.services.servicecatalog.model.UsageInstruction
-
Packages that use UsageInstruction Package Description software.amazon.awssdk.services.servicecatalog.model -
-
Uses of UsageInstruction in software.amazon.awssdk.services.servicecatalog.model
Methods in software.amazon.awssdk.services.servicecatalog.model that return types with arguments of type UsageInstruction Modifier and Type Method Description List<UsageInstruction>DescribeProvisioningParametersResponse. usageInstructions()Any additional metadata specifically related to the provisioning of the product.Methods in software.amazon.awssdk.services.servicecatalog.model with parameters of type UsageInstruction Modifier and Type Method Description DescribeProvisioningParametersResponse.BuilderDescribeProvisioningParametersResponse.Builder. usageInstructions(UsageInstruction... usageInstructions)Any additional metadata specifically related to the provisioning of the product.Method parameters in software.amazon.awssdk.services.servicecatalog.model with type arguments of type UsageInstruction Modifier and Type Method Description DescribeProvisioningParametersResponse.BuilderDescribeProvisioningParametersResponse.Builder. usageInstructions(Collection<UsageInstruction> usageInstructions)Any additional metadata specifically related to the provisioning of the product.
-