Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetDeploymentRequest.Builder
Packages that use GetDeploymentRequest.Builder
Package
Description
-
Uses of GetDeploymentRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type GetDeploymentRequest.BuilderModifier and TypeMethodDescriptiondefault 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.BuilderModifier and TypeMethodDescriptionstatic GetDeploymentRequest.BuilderGetDeploymentRequest.builder()GetDeploymentRequest.Builder.deploymentId(String deploymentId) The identifier of the Deployment resource to get information about.A query parameter to retrieve the specified embedded resources of the returned Deployment resource in the response.GetDeploymentRequest.Builder.embed(Collection<String> embed) A query parameter to retrieve the specified embedded resources of the returned Deployment resource in the response.GetDeploymentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetDeploymentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The string identifier of the associated RestApi.GetDeploymentRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetDeploymentRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetDeploymentRequest.Builder>GetDeploymentRequest.serializableBuilderClass()