Uses of Class
software.amazon.awssdk.services.apigateway.model.GatewayResponse
-
Packages that use GatewayResponse Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of GatewayResponse in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GatewayResponse Modifier and Type Method Description List<GatewayResponse>GetGatewayResponsesResponse. items()Returns the entire collection, because of no pagination support.Methods in software.amazon.awssdk.services.apigateway.model with parameters of type GatewayResponse Modifier and Type Method Description GetGatewayResponsesResponse.BuilderGetGatewayResponsesResponse.Builder. items(GatewayResponse... items)Returns the entire collection, because of no pagination support.Method parameters in software.amazon.awssdk.services.apigateway.model with type arguments of type GatewayResponse Modifier and Type Method Description GetGatewayResponsesResponse.BuilderGetGatewayResponsesResponse.Builder. items(Collection<GatewayResponse> items)Returns the entire collection, because of no pagination support.
-