Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetMethodRequest.Builder
-
Packages that use GetMethodRequest.Builder Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.model -
-
Uses of GetMethodRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type GetMethodRequest.Builder Modifier and Type Method Description default CompletableFuture<GetMethodResponse>ApiGatewayAsyncClient. getMethod(Consumer<GetMethodRequest.Builder> getMethodRequest)Describe an existing Method resource.default GetMethodResponseApiGatewayClient. getMethod(Consumer<GetMethodRequest.Builder> getMethodRequest)Describe an existing Method resource. -
Uses of GetMethodRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetMethodRequest.Builder Modifier and Type Method Description static GetMethodRequest.BuilderGetMethodRequest. builder()GetMethodRequest.BuilderGetMethodRequest.Builder. httpMethod(String httpMethod)Specifies the method request's HTTP method type.GetMethodRequest.BuilderGetMethodRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetMethodRequest.BuilderGetMethodRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetMethodRequest.BuilderGetMethodRequest.Builder. resourceId(String resourceId)The Resource identifier for the Method resource.GetMethodRequest.BuilderGetMethodRequest.Builder. restApiId(String restApiId)The string identifier of the associated RestApi.GetMethodRequest.BuilderGetMethodRequest. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetMethodRequest.Builder Modifier and Type Method Description static Class<? extends GetMethodRequest.Builder>GetMethodRequest. serializableBuilderClass()
-