| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
static CopyOption |
CopyOption.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static CopyOption |
CopyOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CopyOption[] |
CopyOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<CopyOption> |
CopyProductRequest.copyOptions()
The copy options.
|
static Set<CopyOption> |
CopyOption.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CopyProductRequest.Builder |
CopyProductRequest.Builder.copyOptions(CopyOption... copyOptions)
The copy options.
|
| Modifier and Type | Method and Description |
|---|---|
CopyProductRequest.Builder |
CopyProductRequest.Builder.copyOptions(Collection<CopyOption> copyOptions)
The copy options.
|
Copyright © 2023. All rights reserved.