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.Builder
GetTagRequest. builder()
Return a new builder for this request object.GetTagRequest.Builder
GetTagRequest.Builder. copy(GetTagRequest o)
Copy method to populate the builder with values from the given instance.GetTagRequest.Builder
GetTagRequest.Builder. invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.GetTagRequest.Builder
GetTagRequest.Builder. retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.GetTagRequest.Builder
GetTagRequest.Builder. tagName(String tagName)
The name of the tag.GetTagRequest.Builder
GetTagRequest.Builder. tagNamespaceId(String tagNamespaceId)
The OCID of the tag namespace.GetTagRequest.Builder
GetTagRequest. toBuilder()
Return an instance ofGetTagRequest.Builder
that allows you to modify request properties.
-