| Package | Description |
|---|---|
| software.amazon.awssdk.services.evidently.model |
| Modifier and Type | Method and Description |
|---|---|
static SegmentReferenceResourceType |
SegmentReferenceResourceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SegmentReferenceResourceType |
ListSegmentReferencesRequest.type()
Specifies whether to return information about launches or experiments that use this segment.
|
static SegmentReferenceResourceType |
SegmentReferenceResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SegmentReferenceResourceType[] |
SegmentReferenceResourceType.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<SegmentReferenceResourceType> |
SegmentReferenceResourceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListSegmentReferencesRequest.Builder |
ListSegmentReferencesRequest.Builder.type(SegmentReferenceResourceType type)
Specifies whether to return information about launches or experiments that use this segment.
|
Copyright © 2022. All rights reserved.