Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetDeploymentRequest.Builder
-
Packages that use GetDeploymentRequest.Builder Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.model -
-
Uses of GetDeploymentRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type GetDeploymentRequest.Builder Modifier and Type Method Description default CompletableFuture<GetDeploymentResponse>ApiGatewayAsyncClient. getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)Gets information about a Deployment resource.default GetDeploymentResponseApiGatewayClient. getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)Gets information about a Deployment resource. -
Uses of GetDeploymentRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetDeploymentRequest.Builder Modifier and Type Method Description static GetDeploymentRequest.BuilderGetDeploymentRequest. builder()GetDeploymentRequest.BuilderGetDeploymentRequest.Builder. deploymentId(String deploymentId)The identifier of the Deployment resource to get information about.GetDeploymentRequest.BuilderGetDeploymentRequest.Builder. embed(String... embed)A query parameter to retrieve the specified embedded resources of the returned Deployment resource in the response.GetDeploymentRequest.BuilderGetDeploymentRequest.Builder. embed(Collection<String> embed)A query parameter to retrieve the specified embedded resources of the returned Deployment resource in the response.GetDeploymentRequest.BuilderGetDeploymentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDeploymentRequest.BuilderGetDeploymentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDeploymentRequest.BuilderGetDeploymentRequest.Builder. restApiId(String restApiId)The string identifier of the associated RestApi.GetDeploymentRequest.BuilderGetDeploymentRequest. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetDeploymentRequest.Builder Modifier and Type Method Description static Class<? extends GetDeploymentRequest.Builder>GetDeploymentRequest. serializableBuilderClass()
-