Uses of Interface
software.amazon.awssdk.services.servicediscovery.model.HttpNamespaceChange.Builder
-
Packages that use HttpNamespaceChange.Builder Package Description software.amazon.awssdk.services.servicediscovery.model -
-
Uses of HttpNamespaceChange.Builder in software.amazon.awssdk.services.servicediscovery.model
Methods in software.amazon.awssdk.services.servicediscovery.model that return HttpNamespaceChange.Builder Modifier and Type Method Description static HttpNamespaceChange.BuilderHttpNamespaceChange. builder()HttpNamespaceChange.BuilderHttpNamespaceChange.Builder. description(String description)An updated description for the HTTP namespace.HttpNamespaceChange.BuilderHttpNamespaceChange. toBuilder()Methods in software.amazon.awssdk.services.servicediscovery.model that return types with arguments of type HttpNamespaceChange.Builder Modifier and Type Method Description static Class<? extends HttpNamespaceChange.Builder>HttpNamespaceChange. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.servicediscovery.model with type arguments of type HttpNamespaceChange.Builder Modifier and Type Method Description default UpdateHttpNamespaceRequest.BuilderUpdateHttpNamespaceRequest.Builder. namespace(Consumer<HttpNamespaceChange.Builder> namespace)Updated properties for the the HTTP namespace.
-