Uses of Class
software.amazon.awssdk.services.lambda.model.ResponseStreamingInvocationType
-
Packages that use ResponseStreamingInvocationType Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of ResponseStreamingInvocationType in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return ResponseStreamingInvocationType Modifier and Type Method Description static ResponseStreamingInvocationTypeResponseStreamingInvocationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResponseStreamingInvocationTypeInvokeWithResponseStreamRequest. invocationType()Use one of the following options:static ResponseStreamingInvocationTypeResponseStreamingInvocationType. 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.Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type ResponseStreamingInvocationType Modifier and Type Method Description static Set<ResponseStreamingInvocationType>ResponseStreamingInvocationType. knownValues()Methods in software.amazon.awssdk.services.lambda.model with parameters of type ResponseStreamingInvocationType Modifier and Type Method Description InvokeWithResponseStreamRequest.BuilderInvokeWithResponseStreamRequest.Builder. invocationType(ResponseStreamingInvocationType invocationType)Use one of the following options:
-