Uses of Class
software.amazon.awssdk.services.proton.model.ServiceTemplateSupportedComponentSourceType
-
Packages that use ServiceTemplateSupportedComponentSourceType Package Description software.amazon.awssdk.services.proton.model -
-
Uses of ServiceTemplateSupportedComponentSourceType in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return ServiceTemplateSupportedComponentSourceType Modifier and Type Method Description static ServiceTemplateSupportedComponentSourceTypeServiceTemplateSupportedComponentSourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ServiceTemplateSupportedComponentSourceTypeServiceTemplateSupportedComponentSourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceTemplateSupportedComponentSourceType[]ServiceTemplateSupportedComponentSourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.proton.model that return types with arguments of type ServiceTemplateSupportedComponentSourceType Modifier and Type Method Description static Set<ServiceTemplateSupportedComponentSourceType>ServiceTemplateSupportedComponentSourceType. knownValues()List<ServiceTemplateSupportedComponentSourceType>CreateServiceTemplateVersionRequest. supportedComponentSources()An array of supported component sources.List<ServiceTemplateSupportedComponentSourceType>ServiceTemplateVersion. supportedComponentSources()An array of supported component sources.List<ServiceTemplateSupportedComponentSourceType>UpdateServiceTemplateVersionRequest. supportedComponentSources()An array of supported component sources.Methods in software.amazon.awssdk.services.proton.model with parameters of type ServiceTemplateSupportedComponentSourceType Modifier and Type Method Description CreateServiceTemplateVersionRequest.BuilderCreateServiceTemplateVersionRequest.Builder. supportedComponentSources(ServiceTemplateSupportedComponentSourceType... supportedComponentSources)An array of supported component sources.ServiceTemplateVersion.BuilderServiceTemplateVersion.Builder. supportedComponentSources(ServiceTemplateSupportedComponentSourceType... supportedComponentSources)An array of supported component sources.UpdateServiceTemplateVersionRequest.BuilderUpdateServiceTemplateVersionRequest.Builder. supportedComponentSources(ServiceTemplateSupportedComponentSourceType... supportedComponentSources)An array of supported component sources.Method parameters in software.amazon.awssdk.services.proton.model with type arguments of type ServiceTemplateSupportedComponentSourceType Modifier and Type Method Description CreateServiceTemplateVersionRequest.BuilderCreateServiceTemplateVersionRequest.Builder. supportedComponentSources(Collection<ServiceTemplateSupportedComponentSourceType> supportedComponentSources)An array of supported component sources.ServiceTemplateVersion.BuilderServiceTemplateVersion.Builder. supportedComponentSources(Collection<ServiceTemplateSupportedComponentSourceType> supportedComponentSources)An array of supported component sources.UpdateServiceTemplateVersionRequest.BuilderUpdateServiceTemplateVersionRequest.Builder. supportedComponentSources(Collection<ServiceTemplateSupportedComponentSourceType> supportedComponentSources)An array of supported component sources.
-