Uses of Interface
software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingResponse.Builder
-
Packages that use UpdateBasePathMappingResponse.Builder Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of UpdateBasePathMappingResponse.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return UpdateBasePathMappingResponse.Builder Modifier and Type Method Description UpdateBasePathMappingResponse.BuilderUpdateBasePathMappingResponse.Builder. basePath(String basePath)The base path name that callers of the API must provide as part of the URL after the domain name.static UpdateBasePathMappingResponse.BuilderUpdateBasePathMappingResponse. builder()UpdateBasePathMappingResponse.BuilderUpdateBasePathMappingResponse.Builder. restApiId(String restApiId)The string identifier of the associated RestApi.UpdateBasePathMappingResponse.BuilderUpdateBasePathMappingResponse.Builder. stage(String stage)The name of the associated stage.UpdateBasePathMappingResponse.BuilderUpdateBasePathMappingResponse. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type UpdateBasePathMappingResponse.Builder Modifier and Type Method Description static Class<? extends UpdateBasePathMappingResponse.Builder>UpdateBasePathMappingResponse. serializableBuilderClass()
-