Uses of Enum
software.amazon.awssdk.services.lambda.model.ResponseStreamingInvocationType
Packages that use ResponseStreamingInvocationType
-
Uses of ResponseStreamingInvocationType in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return ResponseStreamingInvocationTypeModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.InvokeWithResponseStreamRequest.invocationType()Use one of the following options: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 ResponseStreamingInvocationTypeModifier and TypeMethodDescriptionstatic Set<ResponseStreamingInvocationType>ResponseStreamingInvocationType.knownValues()Methods in software.amazon.awssdk.services.lambda.model with parameters of type ResponseStreamingInvocationTypeModifier and TypeMethodDescriptionInvokeWithResponseStreamRequest.Builder.invocationType(ResponseStreamingInvocationType invocationType) Use one of the following options: