Uses of Class
software.amazon.awssdk.services.servicecatalog.model.PropertyKey
-
Packages that use PropertyKey Package Description software.amazon.awssdk.services.servicecatalog.model -
-
Uses of PropertyKey in software.amazon.awssdk.services.servicecatalog.model
Methods in software.amazon.awssdk.services.servicecatalog.model that return PropertyKey Modifier and Type Method Description static PropertyKeyPropertyKey. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static PropertyKeyPropertyKey. valueOf(String name)Returns the enum constant of this type with the specified name.static PropertyKey[]PropertyKey. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.servicecatalog.model that return types with arguments of type PropertyKey Modifier and Type Method Description static Set<PropertyKey>PropertyKey. knownValues()Map<PropertyKey,String>UpdateProvisionedProductPropertiesRequest. provisionedProductProperties()A map that contains the provisioned product properties to be updated.Map<PropertyKey,String>UpdateProvisionedProductPropertiesResponse. provisionedProductProperties()A map that contains the properties updated.Method parameters in software.amazon.awssdk.services.servicecatalog.model with type arguments of type PropertyKey Modifier and Type Method Description UpdateProvisionedProductPropertiesRequest.BuilderUpdateProvisionedProductPropertiesRequest.Builder. provisionedProductProperties(Map<PropertyKey,String> provisionedProductProperties)A map that contains the provisioned product properties to be updated.UpdateProvisionedProductPropertiesResponse.BuilderUpdateProvisionedProductPropertiesResponse.Builder. provisionedProductProperties(Map<PropertyKey,String> provisionedProductProperties)A map that contains the properties updated.
-