Uses of Class
com.oracle.bmc.identity.responses.UpdateTagNamespaceResponse
-
Packages that use UpdateTagNamespaceResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of UpdateTagNamespaceResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return UpdateTagNamespaceResponse Modifier and Type Method Description UpdateTagNamespaceResponse
Identity. updateTagNamespace(UpdateTagNamespaceRequest request)
Updates the the specified tag namespace.UpdateTagNamespaceResponse
IdentityClient. updateTagNamespace(UpdateTagNamespaceRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type UpdateTagNamespaceResponse 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)
Method parameters in com.oracle.bmc.identity with type arguments of type UpdateTagNamespaceResponse 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 UpdateTagNamespaceResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return UpdateTagNamespaceResponse Modifier and Type Method Description UpdateTagNamespaceResponse
UpdateTagNamespaceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type UpdateTagNamespaceResponse Modifier and Type Method Description UpdateTagNamespaceResponse.Builder
UpdateTagNamespaceResponse.Builder. copy(UpdateTagNamespaceResponse o)
Copy method to populate the builder with values from the given instance.
-