Uses of Class
software.amazon.awssdk.services.apigateway.model.GatewayResponseType
-
Packages that use GatewayResponseType Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of GatewayResponseType in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GatewayResponseType Modifier and Type Method Description static GatewayResponseTypeGatewayResponseType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GatewayResponseTypeDeleteGatewayResponseRequest. responseType()The response type of the associated GatewayResponse.GatewayResponseTypeGatewayResponse. responseType()The response type of the associated GatewayResponse.GatewayResponseTypeGetGatewayResponseRequest. responseType()The response type of the associated GatewayResponse.GatewayResponseTypeGetGatewayResponseResponse. responseType()The response type of the associated GatewayResponse.GatewayResponseTypePutGatewayResponseRequest. responseType()The response type of the associated GatewayResponseGatewayResponseTypePutGatewayResponseResponse. responseType()The response type of the associated GatewayResponse.GatewayResponseTypeUpdateGatewayResponseRequest. responseType()The response type of the associated GatewayResponse.GatewayResponseTypeUpdateGatewayResponseResponse. responseType()The response type of the associated GatewayResponse.static GatewayResponseTypeGatewayResponseType. valueOf(String name)Returns 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 GatewayResponseType Modifier and Type Method Description static Set<GatewayResponseType>GatewayResponseType. knownValues()Methods in software.amazon.awssdk.services.apigateway.model with parameters of type GatewayResponseType Modifier and Type Method Description DeleteGatewayResponseRequest.BuilderDeleteGatewayResponseRequest.Builder. responseType(GatewayResponseType responseType)The response type of the associated GatewayResponse.GatewayResponse.BuilderGatewayResponse.Builder. responseType(GatewayResponseType responseType)The response type of the associated GatewayResponse.GetGatewayResponseRequest.BuilderGetGatewayResponseRequest.Builder. responseType(GatewayResponseType responseType)The response type of the associated GatewayResponse.GetGatewayResponseResponse.BuilderGetGatewayResponseResponse.Builder. responseType(GatewayResponseType responseType)The response type of the associated GatewayResponse.PutGatewayResponseRequest.BuilderPutGatewayResponseRequest.Builder. responseType(GatewayResponseType responseType)The response type of the associated GatewayResponsePutGatewayResponseResponse.BuilderPutGatewayResponseResponse.Builder. responseType(GatewayResponseType responseType)The response type of the associated GatewayResponse.UpdateGatewayResponseRequest.BuilderUpdateGatewayResponseRequest.Builder. responseType(GatewayResponseType responseType)The response type of the associated GatewayResponse.UpdateGatewayResponseResponse.BuilderUpdateGatewayResponseResponse.Builder. responseType(GatewayResponseType responseType)The response type of the associated GatewayResponse.
-