Uses of Class
com.oracle.bmc.identity.requests.GetStandardTagTemplateRequest
-
Packages that use GetStandardTagTemplateRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of GetStandardTagTemplateRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type GetStandardTagTemplateRequest Modifier and Type Method Description GetStandardTagTemplateResponseIdentity. getStandardTagTemplate(GetStandardTagTemplateRequest request)Retrieve the standard tag namespace template given the standard tag namespace name.Future<GetStandardTagTemplateResponse>IdentityAsync. getStandardTagTemplate(GetStandardTagTemplateRequest request, AsyncHandler<GetStandardTagTemplateRequest,GetStandardTagTemplateResponse> handler)Retrieve the standard tag namespace template given the standard tag namespace name.Future<GetStandardTagTemplateResponse>IdentityAsyncClient. getStandardTagTemplate(GetStandardTagTemplateRequest request, AsyncHandler<GetStandardTagTemplateRequest,GetStandardTagTemplateResponse> handler)GetStandardTagTemplateResponseIdentityClient. getStandardTagTemplate(GetStandardTagTemplateRequest request)Method parameters in com.oracle.bmc.identity with type arguments of type GetStandardTagTemplateRequest Modifier and Type Method Description Future<GetStandardTagTemplateResponse>IdentityAsync. getStandardTagTemplate(GetStandardTagTemplateRequest request, AsyncHandler<GetStandardTagTemplateRequest,GetStandardTagTemplateResponse> handler)Retrieve the standard tag namespace template given the standard tag namespace name.Future<GetStandardTagTemplateResponse>IdentityAsyncClient. getStandardTagTemplate(GetStandardTagTemplateRequest request, AsyncHandler<GetStandardTagTemplateRequest,GetStandardTagTemplateResponse> handler) -
Uses of GetStandardTagTemplateRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return GetStandardTagTemplateRequest Modifier and Type Method Description GetStandardTagTemplateRequestGetStandardTagTemplateRequest.Builder. build()Build the instance of GetStandardTagTemplateRequest as configured by this builderGetStandardTagTemplateRequestGetStandardTagTemplateRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetStandardTagTemplateRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type GetStandardTagTemplateRequest Modifier and Type Method Description GetStandardTagTemplateRequest.BuilderGetStandardTagTemplateRequest.Builder. copy(GetStandardTagTemplateRequest o)Copy method to populate the builder with values from the given instance.
-