| Package | Description |
|---|---|
| software.amazon.awssdk.services.workspacesweb.model |
| Modifier and Type | Method and Description |
|---|---|
static RendererType |
RendererType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RendererType |
Portal.rendererType()
The renderer that is used in streaming sessions.
|
RendererType |
PortalSummary.rendererType()
The renderer that is used in streaming sessions.
|
static RendererType |
RendererType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RendererType[] |
RendererType.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<RendererType> |
RendererType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Portal.Builder |
Portal.Builder.rendererType(RendererType rendererType)
The renderer that is used in streaming sessions.
|
PortalSummary.Builder |
PortalSummary.Builder.rendererType(RendererType rendererType)
The renderer that is used in streaming sessions.
|
Copyright © 2022. All rights reserved.