Uses of Class
com.oracle.bmc.identity.requests.GetTagRequest.Builder
-
Packages that use GetTagRequest.Builder Package Description com.oracle.bmc.identity.requests -
-
Uses of GetTagRequest.Builder in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return GetTagRequest.Builder Modifier and Type Method Description static GetTagRequest.BuilderGetTagRequest. builder()Return a new builder for this request object.GetTagRequest.BuilderGetTagRequest.Builder. copy(GetTagRequest o)Copy method to populate the builder with values from the given instance.GetTagRequest.BuilderGetTagRequest.Builder. invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.GetTagRequest.BuilderGetTagRequest.Builder. retryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.GetTagRequest.BuilderGetTagRequest.Builder. tagName(String tagName)The name of the tag.GetTagRequest.BuilderGetTagRequest.Builder. tagNamespaceId(String tagNamespaceId)The OCID of the tag namespace.GetTagRequest.BuilderGetTagRequest. toBuilder()Return an instance ofGetTagRequest.Builderthat allows you to modify request properties.
-