Uses of Enum
software.amazon.awssdk.services.apigateway.model.GatewayResponseType
Packages that use GatewayResponseType
-
Uses of GatewayResponseType in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GatewayResponseTypeModifier and TypeMethodDescriptionstatic GatewayResponseTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final GatewayResponseTypeDeleteGatewayResponseRequest.responseType()The response type of the associated GatewayResponse.final GatewayResponseTypeGatewayResponse.responseType()The response type of the associated GatewayResponse.final GatewayResponseTypeGetGatewayResponseRequest.responseType()The response type of the associated GatewayResponse.final GatewayResponseTypeGetGatewayResponseResponse.responseType()The response type of the associated GatewayResponse.final GatewayResponseTypePutGatewayResponseRequest.responseType()The response type of the associated GatewayResponsefinal GatewayResponseTypePutGatewayResponseResponse.responseType()The response type of the associated GatewayResponse.final GatewayResponseTypeUpdateGatewayResponseRequest.responseType()The response type of the associated GatewayResponse.final GatewayResponseTypeUpdateGatewayResponseResponse.responseType()The response type of the associated GatewayResponse.static GatewayResponseTypeReturns the enum constant of this type with the specified name.static GatewayResponseType[]GatewayResponseType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GatewayResponseTypeModifier and TypeMethodDescriptionstatic Set<GatewayResponseType>GatewayResponseType.knownValues()Methods in software.amazon.awssdk.services.apigateway.model with parameters of type GatewayResponseTypeModifier and TypeMethodDescriptionDeleteGatewayResponseRequest.Builder.responseType(GatewayResponseType responseType) The response type of the associated GatewayResponse.GatewayResponse.Builder.responseType(GatewayResponseType responseType) The response type of the associated GatewayResponse.GetGatewayResponseRequest.Builder.responseType(GatewayResponseType responseType) The response type of the associated GatewayResponse.GetGatewayResponseResponse.Builder.responseType(GatewayResponseType responseType) The response type of the associated GatewayResponse.PutGatewayResponseRequest.Builder.responseType(GatewayResponseType responseType) The response type of the associated GatewayResponsePutGatewayResponseResponse.Builder.responseType(GatewayResponseType responseType) The response type of the associated GatewayResponse.UpdateGatewayResponseRequest.Builder.responseType(GatewayResponseType responseType) The response type of the associated GatewayResponse.UpdateGatewayResponseResponse.Builder.responseType(GatewayResponseType responseType) The response type of the associated GatewayResponse.