| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
static TypesSearchScope |
TypesSearchScope.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TypesSearchScope |
SearchTypesRequest.searchScope()
Specifies the scope of the search for types.
|
static TypesSearchScope |
TypesSearchScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypesSearchScope[] |
TypesSearchScope.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<TypesSearchScope> |
TypesSearchScope.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SearchTypesRequest.Builder |
SearchTypesRequest.Builder.searchScope(TypesSearchScope searchScope)
Specifies the scope of the search for types.
|
Copyright © 2023. All rights reserved.