Uses of Enum
software.amazon.awssdk.services.eventbridge.model.ApiDestinationHttpMethod
Packages that use ApiDestinationHttpMethod
-
Uses of ApiDestinationHttpMethod in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return ApiDestinationHttpMethodModifier and TypeMethodDescriptionstatic ApiDestinationHttpMethodUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ApiDestinationHttpMethodApiDestination.httpMethod()The method to use to connect to the HTTP endpoint.final ApiDestinationHttpMethodCreateApiDestinationRequest.httpMethod()The method to use for the request to the HTTP invocation endpoint.final ApiDestinationHttpMethodDescribeApiDestinationResponse.httpMethod()The method to use to connect to the HTTP endpoint.final ApiDestinationHttpMethodUpdateApiDestinationRequest.httpMethod()The method to use for the API destination.static ApiDestinationHttpMethodReturns the enum constant of this type with the specified name.static ApiDestinationHttpMethod[]ApiDestinationHttpMethod.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type ApiDestinationHttpMethodModifier and TypeMethodDescriptionstatic Set<ApiDestinationHttpMethod>ApiDestinationHttpMethod.knownValues()Methods in software.amazon.awssdk.services.eventbridge.model with parameters of type ApiDestinationHttpMethodModifier and TypeMethodDescriptionApiDestination.Builder.httpMethod(ApiDestinationHttpMethod httpMethod) The method to use to connect to the HTTP endpoint.CreateApiDestinationRequest.Builder.httpMethod(ApiDestinationHttpMethod httpMethod) The method to use for the request to the HTTP invocation endpoint.DescribeApiDestinationResponse.Builder.httpMethod(ApiDestinationHttpMethod httpMethod) The method to use to connect to the HTTP endpoint.UpdateApiDestinationRequest.Builder.httpMethod(ApiDestinationHttpMethod httpMethod) The method to use for the API destination.