Uses of Interface
software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingRequest.Builder
-
Packages that use UpdateBasePathMappingRequest.Builder Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.model -
-
Uses of UpdateBasePathMappingRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type UpdateBasePathMappingRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateBasePathMappingResponse>ApiGatewayAsyncClient. updateBasePathMapping(Consumer<UpdateBasePathMappingRequest.Builder> updateBasePathMappingRequest)Changes information about the BasePathMapping resource.default UpdateBasePathMappingResponseApiGatewayClient. updateBasePathMapping(Consumer<UpdateBasePathMappingRequest.Builder> updateBasePathMappingRequest)Changes information about the BasePathMapping resource. -
Uses of UpdateBasePathMappingRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return UpdateBasePathMappingRequest.Builder Modifier and Type Method Description UpdateBasePathMappingRequest.BuilderUpdateBasePathMappingRequest.Builder. basePath(String basePath)The base path of the BasePathMapping resource to change.static UpdateBasePathMappingRequest.BuilderUpdateBasePathMappingRequest. builder()UpdateBasePathMappingRequest.BuilderUpdateBasePathMappingRequest.Builder. domainName(String domainName)The domain name of the BasePathMapping resource to change.UpdateBasePathMappingRequest.BuilderUpdateBasePathMappingRequest.Builder. domainNameId(String domainNameId)The identifier for the domain name resource.UpdateBasePathMappingRequest.BuilderUpdateBasePathMappingRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateBasePathMappingRequest.BuilderUpdateBasePathMappingRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateBasePathMappingRequest.BuilderUpdateBasePathMappingRequest.Builder. patchOperations(Collection<PatchOperation> patchOperations)For more information about supported patch operations, see Patch Operations.UpdateBasePathMappingRequest.BuilderUpdateBasePathMappingRequest.Builder. patchOperations(Consumer<PatchOperation.Builder>... patchOperations)For more information about supported patch operations, see Patch Operations.UpdateBasePathMappingRequest.BuilderUpdateBasePathMappingRequest.Builder. patchOperations(PatchOperation... patchOperations)For more information about supported patch operations, see Patch Operations.UpdateBasePathMappingRequest.BuilderUpdateBasePathMappingRequest. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type UpdateBasePathMappingRequest.Builder Modifier and Type Method Description static Class<? extends UpdateBasePathMappingRequest.Builder>UpdateBasePathMappingRequest. serializableBuilderClass()
-