Uses of Class
com.oracle.bmc.identity.responses.AssembleEffectiveTagSetResponse
-
Packages that use AssembleEffectiveTagSetResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of AssembleEffectiveTagSetResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return AssembleEffectiveTagSetResponse Modifier and Type Method Description AssembleEffectiveTagSetResponse
Identity. assembleEffectiveTagSet(AssembleEffectiveTagSetRequest request)
Assembles tag defaults in the specified compartment and any parent compartments to determine the tags to apply.AssembleEffectiveTagSetResponse
IdentityClient. assembleEffectiveTagSet(AssembleEffectiveTagSetRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type AssembleEffectiveTagSetResponse Modifier and Type Method Description Future<AssembleEffectiveTagSetResponse>
IdentityAsync. assembleEffectiveTagSet(AssembleEffectiveTagSetRequest request, AsyncHandler<AssembleEffectiveTagSetRequest,AssembleEffectiveTagSetResponse> handler)
Assembles tag defaults in the specified compartment and any parent compartments to determine the tags to apply.Future<AssembleEffectiveTagSetResponse>
IdentityAsyncClient. assembleEffectiveTagSet(AssembleEffectiveTagSetRequest request, AsyncHandler<AssembleEffectiveTagSetRequest,AssembleEffectiveTagSetResponse> handler)
Method parameters in com.oracle.bmc.identity with type arguments of type AssembleEffectiveTagSetResponse Modifier and Type Method Description Future<AssembleEffectiveTagSetResponse>
IdentityAsync. assembleEffectiveTagSet(AssembleEffectiveTagSetRequest request, AsyncHandler<AssembleEffectiveTagSetRequest,AssembleEffectiveTagSetResponse> handler)
Assembles tag defaults in the specified compartment and any parent compartments to determine the tags to apply.Future<AssembleEffectiveTagSetResponse>
IdentityAsyncClient. assembleEffectiveTagSet(AssembleEffectiveTagSetRequest request, AsyncHandler<AssembleEffectiveTagSetRequest,AssembleEffectiveTagSetResponse> handler)
-
Uses of AssembleEffectiveTagSetResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return AssembleEffectiveTagSetResponse Modifier and Type Method Description AssembleEffectiveTagSetResponse
AssembleEffectiveTagSetResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type AssembleEffectiveTagSetResponse Modifier and Type Method Description AssembleEffectiveTagSetResponse.Builder
AssembleEffectiveTagSetResponse.Builder. copy(AssembleEffectiveTagSetResponse o)
Copy method to populate the builder with values from the given instance.
-