Uses of Class
software.amazon.awssdk.services.servicecatalog.model.ServiceActionDefinitionKey
-
Packages that use ServiceActionDefinitionKey Package Description software.amazon.awssdk.services.servicecatalog.model -
-
Uses of ServiceActionDefinitionKey in software.amazon.awssdk.services.servicecatalog.model
Methods in software.amazon.awssdk.services.servicecatalog.model that return ServiceActionDefinitionKey Modifier and Type Method Description static ServiceActionDefinitionKeyServiceActionDefinitionKey. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ServiceActionDefinitionKeyServiceActionDefinitionKey. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceActionDefinitionKey[]ServiceActionDefinitionKey. 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 ServiceActionDefinitionKey Modifier and Type Method Description Map<ServiceActionDefinitionKey,String>CreateServiceActionRequest. definition()The self-service action definition.Map<ServiceActionDefinitionKey,String>ServiceActionDetail. definition()A map that defines the self-service action.Map<ServiceActionDefinitionKey,String>UpdateServiceActionRequest. definition()A map that defines the self-service action.static Set<ServiceActionDefinitionKey>ServiceActionDefinitionKey. knownValues()Method parameters in software.amazon.awssdk.services.servicecatalog.model with type arguments of type ServiceActionDefinitionKey Modifier and Type Method Description CreateServiceActionRequest.BuilderCreateServiceActionRequest.Builder. definition(Map<ServiceActionDefinitionKey,String> definition)The self-service action definition.ServiceActionDetail.BuilderServiceActionDetail.Builder. definition(Map<ServiceActionDefinitionKey,String> definition)A map that defines the self-service action.UpdateServiceActionRequest.BuilderUpdateServiceActionRequest.Builder. definition(Map<ServiceActionDefinitionKey,String> definition)A map that defines the self-service action.
-