Uses of Interface
software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingRequest.Builder
Packages that use UpdateBasePathMappingRequest.Builder
Package
Description
-
Uses of UpdateBasePathMappingRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type UpdateBasePathMappingRequest.BuilderModifier and TypeMethodDescriptionApiGatewayAsyncClient.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.BuilderModifier and TypeMethodDescriptionThe base path of the BasePathMapping resource to change.UpdateBasePathMappingRequest.builder()UpdateBasePathMappingRequest.Builder.domainName(String domainName) The domain name of the BasePathMapping resource to change.UpdateBasePathMappingRequest.Builder.domainNameId(String domainNameId) The identifier for the domain name resource.UpdateBasePathMappingRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateBasePathMappingRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateBasePathMappingRequest.Builder.patchOperations(Collection<PatchOperation> patchOperations) For more information about supported patch operations, see Patch Operations.UpdateBasePathMappingRequest.Builder.patchOperations(Consumer<PatchOperation.Builder>... patchOperations) For more information about supported patch operations, see Patch Operations.UpdateBasePathMappingRequest.Builder.patchOperations(PatchOperation... patchOperations) For more information about supported patch operations, see Patch Operations.UpdateBasePathMappingRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type UpdateBasePathMappingRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateBasePathMappingRequest.Builder>UpdateBasePathMappingRequest.serializableBuilderClass()