Uses of Class
com.oracle.bmc.identity.responses.ImportStandardTagsResponse
-
Packages that use ImportStandardTagsResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of ImportStandardTagsResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return ImportStandardTagsResponse Modifier and Type Method Description ImportStandardTagsResponse
Identity. importStandardTags(ImportStandardTagsRequest request)
OCI will release Tag Namespaces that our customers can import.ImportStandardTagsResponse
IdentityClient. importStandardTags(ImportStandardTagsRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type ImportStandardTagsResponse Modifier and Type Method Description Future<ImportStandardTagsResponse>
IdentityAsync. importStandardTags(ImportStandardTagsRequest request, AsyncHandler<ImportStandardTagsRequest,ImportStandardTagsResponse> handler)
OCI will release Tag Namespaces that our customers can import.Future<ImportStandardTagsResponse>
IdentityAsyncClient. importStandardTags(ImportStandardTagsRequest request, AsyncHandler<ImportStandardTagsRequest,ImportStandardTagsResponse> handler)
Method parameters in com.oracle.bmc.identity with type arguments of type ImportStandardTagsResponse Modifier and Type Method Description Future<ImportStandardTagsResponse>
IdentityAsync. importStandardTags(ImportStandardTagsRequest request, AsyncHandler<ImportStandardTagsRequest,ImportStandardTagsResponse> handler)
OCI will release Tag Namespaces that our customers can import.Future<ImportStandardTagsResponse>
IdentityAsyncClient. importStandardTags(ImportStandardTagsRequest request, AsyncHandler<ImportStandardTagsRequest,ImportStandardTagsResponse> handler)
-
Uses of ImportStandardTagsResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return ImportStandardTagsResponse Modifier and Type Method Description ImportStandardTagsResponse
ImportStandardTagsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type ImportStandardTagsResponse Modifier and Type Method Description ImportStandardTagsResponse.Builder
ImportStandardTagsResponse.Builder. copy(ImportStandardTagsResponse o)
Copy method to populate the builder with values from the given instance.
-