Uses of Interface
software.amazon.awssdk.services.apigatewayv2.model.GetDeploymentRequest.Builder
-
Packages that use GetDeploymentRequest.Builder Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2software.amazon.awssdk.services.apigatewayv2.model -
-
Uses of GetDeploymentRequest.Builder in software.amazon.awssdk.services.apigatewayv2
Method parameters in software.amazon.awssdk.services.apigatewayv2 with type arguments of type GetDeploymentRequest.Builder Modifier and Type Method Description default CompletableFuture<GetDeploymentResponse>ApiGatewayV2AsyncClient. getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)Gets a Deployment.default GetDeploymentResponseApiGatewayV2Client. getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)Gets a Deployment. -
Uses of GetDeploymentRequest.Builder in software.amazon.awssdk.services.apigatewayv2.model
Methods in software.amazon.awssdk.services.apigatewayv2.model that return GetDeploymentRequest.Builder Modifier and Type Method Description GetDeploymentRequest.BuilderGetDeploymentRequest.Builder. apiId(String apiId)The API identifier.static GetDeploymentRequest.BuilderGetDeploymentRequest. builder()GetDeploymentRequest.BuilderGetDeploymentRequest.Builder. deploymentId(String deploymentId)The deployment ID.GetDeploymentRequest.BuilderGetDeploymentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDeploymentRequest.BuilderGetDeploymentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDeploymentRequest.BuilderGetDeploymentRequest. toBuilder()Methods in software.amazon.awssdk.services.apigatewayv2.model that return types with arguments of type GetDeploymentRequest.Builder Modifier and Type Method Description static Class<? extends GetDeploymentRequest.Builder>GetDeploymentRequest. serializableBuilderClass()
-