| Package | Description |
|---|---|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
static Provisioning |
Provisioning.fromValue(String value)
Use this in place of valueOf.
|
static Provisioning |
Provisioning.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Provisioning[] |
Provisioning.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceTemplateSummary |
ServiceTemplateSummary.withPipelineProvisioning(Provisioning pipelineProvisioning)
If
pipelineProvisioning is true, a service pipeline is included in the service
template, otherwise a service pipeline isn't included in the service template. |
CreateServiceTemplateRequest |
CreateServiceTemplateRequest.withPipelineProvisioning(Provisioning pipelineProvisioning)
By default, Proton provides a service pipeline for your service.
|
ServiceTemplate |
ServiceTemplate.withPipelineProvisioning(Provisioning pipelineProvisioning)
If
pipelineProvisioning is true, a service pipeline is included in the service
template. |
EnvironmentSummary |
EnvironmentSummary.withProvisioning(Provisioning provisioning)
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
|
EnvironmentTemplate |
EnvironmentTemplate.withProvisioning(Provisioning provisioning)
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
|
Environment |
Environment.withProvisioning(Provisioning provisioning)
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
|
CreateEnvironmentTemplateRequest |
CreateEnvironmentTemplateRequest.withProvisioning(Provisioning provisioning)
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
|
EnvironmentTemplateSummary |
EnvironmentTemplateSummary.withProvisioning(Provisioning provisioning)
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
|
Copyright © 2023. All rights reserved.