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 ChangeTagNamespaceCompartmentRequestChangeTagNamespaceCompartmentRequest.Builder. build()Build the instance of ChangeTagNamespaceCompartmentRequest as configured by this builderChangeTagNamespaceCompartmentRequestChangeTagNamespaceCompartmentRequest.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.BuilderChangeTagNamespaceCompartmentRequest.Builder. copy(ChangeTagNamespaceCompartmentRequest o)Copy method to populate the builder with values from the given instance.
-