Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetDeploymentResponse.Builder
-
Packages that use GetDeploymentResponse.Builder Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of GetDeploymentResponse.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetDeploymentResponse.Builder Modifier and Type Method Description GetDeploymentResponse.BuilderGetDeploymentResponse.Builder. apiSummary(Map<String,? extends Map<String,MethodSnapshot>> apiSummary)A summary of the RestApi at the date and time that the deployment resource was created.static GetDeploymentResponse.BuilderGetDeploymentResponse. builder()GetDeploymentResponse.BuilderGetDeploymentResponse.Builder. createdDate(Instant createdDate)The date and time that the deployment resource was created.GetDeploymentResponse.BuilderGetDeploymentResponse.Builder. description(String description)The description for the deployment resource.GetDeploymentResponse.BuilderGetDeploymentResponse.Builder. id(String id)The identifier for the deployment resource.GetDeploymentResponse.BuilderGetDeploymentResponse. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetDeploymentResponse.Builder Modifier and Type Method Description static Class<? extends GetDeploymentResponse.Builder>GetDeploymentResponse. serializableBuilderClass()
-