Uses of Class
com.oracle.bmc.identity.requests.UpdateTagNamespaceRequest
-
Packages that use UpdateTagNamespaceRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of UpdateTagNamespaceRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type UpdateTagNamespaceRequest Modifier and Type Method Description UpdateTagNamespaceResponse
Identity. updateTagNamespace(UpdateTagNamespaceRequest request)
Updates the the specified tag namespace.Future<UpdateTagNamespaceResponse>
IdentityAsync. updateTagNamespace(UpdateTagNamespaceRequest request, AsyncHandler<UpdateTagNamespaceRequest,UpdateTagNamespaceResponse> handler)
Updates the the specified tag namespace.Future<UpdateTagNamespaceResponse>
IdentityAsyncClient. updateTagNamespace(UpdateTagNamespaceRequest request, AsyncHandler<UpdateTagNamespaceRequest,UpdateTagNamespaceResponse> handler)
UpdateTagNamespaceResponse
IdentityClient. updateTagNamespace(UpdateTagNamespaceRequest request)
Method parameters in com.oracle.bmc.identity with type arguments of type UpdateTagNamespaceRequest Modifier and Type Method Description Future<UpdateTagNamespaceResponse>
IdentityAsync. updateTagNamespace(UpdateTagNamespaceRequest request, AsyncHandler<UpdateTagNamespaceRequest,UpdateTagNamespaceResponse> handler)
Updates the the specified tag namespace.Future<UpdateTagNamespaceResponse>
IdentityAsyncClient. updateTagNamespace(UpdateTagNamespaceRequest request, AsyncHandler<UpdateTagNamespaceRequest,UpdateTagNamespaceResponse> handler)
-
Uses of UpdateTagNamespaceRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return UpdateTagNamespaceRequest Modifier and Type Method Description UpdateTagNamespaceRequest
UpdateTagNamespaceRequest.Builder. build()
Build the instance of UpdateTagNamespaceRequest as configured by this builderUpdateTagNamespaceRequest
UpdateTagNamespaceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateTagNamespaceRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type UpdateTagNamespaceRequest Modifier and Type Method Description UpdateTagNamespaceRequest.Builder
UpdateTagNamespaceRequest.Builder. copy(UpdateTagNamespaceRequest o)
Copy method to populate the builder with values from the given instance.
-