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 UpdateTagNamespaceResponseIdentity. 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)UpdateTagNamespaceResponseIdentityClient. 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 UpdateTagNamespaceRequestUpdateTagNamespaceRequest.Builder. build()Build the instance of UpdateTagNamespaceRequest as configured by this builderUpdateTagNamespaceRequestUpdateTagNamespaceRequest.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.BuilderUpdateTagNamespaceRequest.Builder. copy(UpdateTagNamespaceRequest o)Copy method to populate the builder with values from the given instance.
-