Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetModelRequest.Builder
-
Packages that use GetModelRequest.Builder Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.model -
-
Uses of GetModelRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type GetModelRequest.Builder Modifier and Type Method Description default CompletableFuture<GetModelResponse>ApiGatewayAsyncClient. getModel(Consumer<GetModelRequest.Builder> getModelRequest)Describes an existing model defined for a RestApi resource.default GetModelResponseApiGatewayClient. getModel(Consumer<GetModelRequest.Builder> getModelRequest)Describes an existing model defined for a RestApi resource. -
Uses of GetModelRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetModelRequest.Builder Modifier and Type Method Description static GetModelRequest.BuilderGetModelRequest. builder()GetModelRequest.BuilderGetModelRequest.Builder. flatten(Boolean flatten)A query parameter of a Boolean value to resolve (true) all external model references and returns a flattened model schema or not (false) The default isfalse.GetModelRequest.BuilderGetModelRequest.Builder. modelName(String modelName)The name of the model as an identifier.GetModelRequest.BuilderGetModelRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetModelRequest.BuilderGetModelRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetModelRequest.BuilderGetModelRequest.Builder. restApiId(String restApiId)The RestApi identifier under which the Model exists.GetModelRequest.BuilderGetModelRequest. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetModelRequest.Builder Modifier and Type Method Description static Class<? extends GetModelRequest.Builder>GetModelRequest. serializableBuilderClass()
-