| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
static PropertyKey |
PropertyKey.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static PropertyKey |
PropertyKey.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<PropertyKey> |
PropertyKey.knownValues()
|
Map<PropertyKey,String> |
UpdateProvisionedProductPropertiesResponse.provisionedProductProperties()
A map that contains the properties updated.
|
Map<PropertyKey,String> |
UpdateProvisionedProductPropertiesRequest.provisionedProductProperties()
A map that contains the provisioned product properties to be updated.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateProvisionedProductPropertiesResponse.Builder |
UpdateProvisionedProductPropertiesResponse.Builder.provisionedProductProperties(Map<PropertyKey,String> provisionedProductProperties)
A map that contains the properties updated.
|
UpdateProvisionedProductPropertiesRequest.Builder |
UpdateProvisionedProductPropertiesRequest.Builder.provisionedProductProperties(Map<PropertyKey,String> provisionedProductProperties)
A map that contains the provisioned product properties to be updated.
|
Copyright © 2023. All rights reserved.