Uses of Interface
software.amazon.awssdk.services.servicediscovery.model.UpdateHttpNamespaceRequest.Builder
-
Packages that use UpdateHttpNamespaceRequest.Builder Package Description software.amazon.awssdk.services.servicediscovery Cloud Map software.amazon.awssdk.services.servicediscovery.model -
-
Uses of UpdateHttpNamespaceRequest.Builder in software.amazon.awssdk.services.servicediscovery
Method parameters in software.amazon.awssdk.services.servicediscovery with type arguments of type UpdateHttpNamespaceRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateHttpNamespaceResponse>ServiceDiscoveryAsyncClient. updateHttpNamespace(Consumer<UpdateHttpNamespaceRequest.Builder> updateHttpNamespaceRequest)Updates an HTTP namespace.default UpdateHttpNamespaceResponseServiceDiscoveryClient. updateHttpNamespace(Consumer<UpdateHttpNamespaceRequest.Builder> updateHttpNamespaceRequest)Updates an HTTP namespace. -
Uses of UpdateHttpNamespaceRequest.Builder in software.amazon.awssdk.services.servicediscovery.model
Methods in software.amazon.awssdk.services.servicediscovery.model that return UpdateHttpNamespaceRequest.Builder Modifier and Type Method Description static UpdateHttpNamespaceRequest.BuilderUpdateHttpNamespaceRequest. builder()UpdateHttpNamespaceRequest.BuilderUpdateHttpNamespaceRequest.Builder. id(String id)The ID of the namespace that you want to update.default UpdateHttpNamespaceRequest.BuilderUpdateHttpNamespaceRequest.Builder. namespace(Consumer<HttpNamespaceChange.Builder> namespace)Updated properties for the the HTTP namespace.UpdateHttpNamespaceRequest.BuilderUpdateHttpNamespaceRequest.Builder. namespace(HttpNamespaceChange namespace)Updated properties for the the HTTP namespace.UpdateHttpNamespaceRequest.BuilderUpdateHttpNamespaceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateHttpNamespaceRequest.BuilderUpdateHttpNamespaceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateHttpNamespaceRequest.BuilderUpdateHttpNamespaceRequest. toBuilder()UpdateHttpNamespaceRequest.BuilderUpdateHttpNamespaceRequest.Builder. updaterRequestId(String updaterRequestId)A unique string that identifies the request and that allows failedUpdateHttpNamespacerequests to be retried without the risk of running the operation twice.Methods in software.amazon.awssdk.services.servicediscovery.model that return types with arguments of type UpdateHttpNamespaceRequest.Builder Modifier and Type Method Description static Class<? extends UpdateHttpNamespaceRequest.Builder>UpdateHttpNamespaceRequest. serializableBuilderClass()
-