| Package | Description |
|---|---|
| com.amazonaws.services.servicediscovery |
|
| com.amazonaws.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateHttpNamespaceResult> |
AWSServiceDiscoveryAsyncClient.updateHttpNamespaceAsync(UpdateHttpNamespaceRequest request,
AsyncHandler<UpdateHttpNamespaceRequest,UpdateHttpNamespaceResult> asyncHandler) |
Future<UpdateHttpNamespaceResult> |
AbstractAWSServiceDiscoveryAsync.updateHttpNamespaceAsync(UpdateHttpNamespaceRequest request,
AsyncHandler<UpdateHttpNamespaceRequest,UpdateHttpNamespaceResult> asyncHandler) |
Future<UpdateHttpNamespaceResult> |
AWSServiceDiscoveryAsync.updateHttpNamespaceAsync(UpdateHttpNamespaceRequest updateHttpNamespaceRequest,
AsyncHandler<UpdateHttpNamespaceRequest,UpdateHttpNamespaceResult> asyncHandler)
Updates an HTTP namespace.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateHttpNamespaceRequest |
UpdateHttpNamespaceRequest.clone() |
UpdateHttpNamespaceRequest |
UpdateHttpNamespaceRequest.withId(String id)
The ID of the namespace that you want to update.
|
UpdateHttpNamespaceRequest |
UpdateHttpNamespaceRequest.withNamespace(HttpNamespaceChange namespace)
Updated properties for the the HTTP namespace.
|
UpdateHttpNamespaceRequest |
UpdateHttpNamespaceRequest.withUpdaterRequestId(String updaterRequestId)
A unique string that identifies the request and that allows failed
UpdateHttpNamespace requests to
be retried without the risk of running the operation twice. |
Copyright © 2023. All rights reserved.