| Package | Description |
|---|---|
| software.amazon.awssdk.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
static ServiceTemplateSupportedComponentSourceType |
ServiceTemplateSupportedComponentSourceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ServiceTemplateSupportedComponentSourceType |
ServiceTemplateSupportedComponentSourceType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ServiceTemplateSupportedComponentSourceType> |
ServiceTemplateSupportedComponentSourceType.knownValues()
|
List<ServiceTemplateSupportedComponentSourceType> |
CreateServiceTemplateVersionRequest.supportedComponentSources()
An array of supported component sources.
|
List<ServiceTemplateSupportedComponentSourceType> |
UpdateServiceTemplateVersionRequest.supportedComponentSources()
An array of supported component sources.
|
List<ServiceTemplateSupportedComponentSourceType> |
ServiceTemplateVersion.supportedComponentSources()
An array of supported component sources.
|
| Modifier and Type | Method and Description |
|---|---|
CreateServiceTemplateVersionRequest.Builder |
CreateServiceTemplateVersionRequest.Builder.supportedComponentSources(ServiceTemplateSupportedComponentSourceType... supportedComponentSources)
An array of supported component sources.
|
UpdateServiceTemplateVersionRequest.Builder |
UpdateServiceTemplateVersionRequest.Builder.supportedComponentSources(ServiceTemplateSupportedComponentSourceType... supportedComponentSources)
An array of supported component sources.
|
ServiceTemplateVersion.Builder |
ServiceTemplateVersion.Builder.supportedComponentSources(ServiceTemplateSupportedComponentSourceType... supportedComponentSources)
An array of supported component sources.
|
| Modifier and Type | Method and Description |
|---|---|
CreateServiceTemplateVersionRequest.Builder |
CreateServiceTemplateVersionRequest.Builder.supportedComponentSources(Collection<ServiceTemplateSupportedComponentSourceType> supportedComponentSources)
An array of supported component sources.
|
UpdateServiceTemplateVersionRequest.Builder |
UpdateServiceTemplateVersionRequest.Builder.supportedComponentSources(Collection<ServiceTemplateSupportedComponentSourceType> supportedComponentSources)
An array of supported component sources.
|
ServiceTemplateVersion.Builder |
ServiceTemplateVersion.Builder.supportedComponentSources(Collection<ServiceTemplateSupportedComponentSourceType> supportedComponentSources)
An array of supported component sources.
|
Copyright © 2023. All rights reserved.