| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda.model |
| Modifier and Type | Method and Description |
|---|---|
static ResponseStreamingInvocationType |
ResponseStreamingInvocationType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ResponseStreamingInvocationType |
InvokeWithResponseStreamRequest.invocationType()
Use one of the following options:
|
static ResponseStreamingInvocationType |
ResponseStreamingInvocationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResponseStreamingInvocationType[] |
ResponseStreamingInvocationType.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<ResponseStreamingInvocationType> |
ResponseStreamingInvocationType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
InvokeWithResponseStreamRequest.Builder |
InvokeWithResponseStreamRequest.Builder.invocationType(ResponseStreamingInvocationType invocationType)
Use one of the following options:
|
Copyright © 2023. All rights reserved.