Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetBasePathMappingResponse.Builder
-
Packages that use GetBasePathMappingResponse.Builder Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of GetBasePathMappingResponse.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetBasePathMappingResponse.Builder Modifier and Type Method Description GetBasePathMappingResponse.BuilderGetBasePathMappingResponse.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 GetBasePathMappingResponse.BuilderGetBasePathMappingResponse. builder()GetBasePathMappingResponse.BuilderGetBasePathMappingResponse.Builder. restApiId(String restApiId)The string identifier of the associated RestApi.GetBasePathMappingResponse.BuilderGetBasePathMappingResponse.Builder. stage(String stage)The name of the associated stage.GetBasePathMappingResponse.BuilderGetBasePathMappingResponse. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetBasePathMappingResponse.Builder Modifier and Type Method Description static Class<? extends GetBasePathMappingResponse.Builder>GetBasePathMappingResponse. serializableBuilderClass()
-