Uses of Class
com.oracle.bmc.identity.requests.ChangeTagNamespaceCompartmentRequest
-
Packages that use ChangeTagNamespaceCompartmentRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of ChangeTagNamespaceCompartmentRequest in com.oracle.bmc.identity
Method parameters in com.oracle.bmc.identity with type arguments of type ChangeTagNamespaceCompartmentRequest Modifier and Type Method Description Future<ChangeTagNamespaceCompartmentResponse>
IdentityAsync. changeTagNamespaceCompartment(ChangeTagNamespaceCompartmentRequest request, AsyncHandler<ChangeTagNamespaceCompartmentRequest,ChangeTagNamespaceCompartmentResponse> handler)
Moves the specified tag namespace to the specified compartment within the same tenancy.Future<ChangeTagNamespaceCompartmentResponse>
IdentityAsyncClient. changeTagNamespaceCompartment(ChangeTagNamespaceCompartmentRequest request, AsyncHandler<ChangeTagNamespaceCompartmentRequest,ChangeTagNamespaceCompartmentResponse> handler)
-
Uses of ChangeTagNamespaceCompartmentRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return ChangeTagNamespaceCompartmentRequest Modifier and Type Method Description ChangeTagNamespaceCompartmentRequest
ChangeTagNamespaceCompartmentRequest.Builder. build()
Build the instance of ChangeTagNamespaceCompartmentRequest as configured by this builderChangeTagNamespaceCompartmentRequest
ChangeTagNamespaceCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeTagNamespaceCompartmentRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type ChangeTagNamespaceCompartmentRequest Modifier and Type Method Description ChangeTagNamespaceCompartmentRequest.Builder
ChangeTagNamespaceCompartmentRequest.Builder. copy(ChangeTagNamespaceCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-