Uses of Interface
software.amazon.awssdk.services.apigateway.model.UpdateDomainNameRequest.Builder
Packages that use UpdateDomainNameRequest.Builder
Package
Description
-
Uses of UpdateDomainNameRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type UpdateDomainNameRequest.BuilderModifier and TypeMethodDescriptionApiGatewayAsyncClient.updateDomainName(Consumer<UpdateDomainNameRequest.Builder> updateDomainNameRequest) Changes information about the DomainName resource.default UpdateDomainNameResponseApiGatewayClient.updateDomainName(Consumer<UpdateDomainNameRequest.Builder> updateDomainNameRequest) Changes information about the DomainName resource. -
Uses of UpdateDomainNameRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return UpdateDomainNameRequest.BuilderModifier and TypeMethodDescriptionUpdateDomainNameRequest.builder()UpdateDomainNameRequest.Builder.domainName(String domainName) The name of the DomainName resource to be changed.UpdateDomainNameRequest.Builder.domainNameId(String domainNameId) The identifier for the domain name resource.UpdateDomainNameRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateDomainNameRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateDomainNameRequest.Builder.patchOperations(Collection<PatchOperation> patchOperations) For more information about supported patch operations, see Patch Operations.UpdateDomainNameRequest.Builder.patchOperations(Consumer<PatchOperation.Builder>... patchOperations) For more information about supported patch operations, see Patch Operations.UpdateDomainNameRequest.Builder.patchOperations(PatchOperation... patchOperations) For more information about supported patch operations, see Patch Operations.UpdateDomainNameRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type UpdateDomainNameRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateDomainNameRequest.Builder>UpdateDomainNameRequest.serializableBuilderClass()