Uses of Class
com.ibm.cloud.platform_services.global_tagging.v1.model.ListTagsOptions.Builder
-
Packages that use ListTagsOptions.Builder Package Description com.ibm.cloud.platform_services.global_tagging.v1.model -
-
Uses of ListTagsOptions.Builder in com.ibm.cloud.platform_services.global_tagging.v1.model
Methods in com.ibm.cloud.platform_services.global_tagging.v1.model that return ListTagsOptions.Builder Modifier and Type Method Description ListTagsOptions.BuilderListTagsOptions.Builder. accountId(java.lang.String accountId)Set the accountId.ListTagsOptions.BuilderListTagsOptions.Builder. addProviders(java.lang.String providers)Adds a new element to providers.ListTagsOptions.BuilderListTagsOptions.Builder. attachedOnly(java.lang.Boolean attachedOnly)Set the attachedOnly.ListTagsOptions.BuilderListTagsOptions.Builder. attachedTo(java.lang.String attachedTo)Set the attachedTo.ListTagsOptions.BuilderListTagsOptions.Builder. fullData(java.lang.Boolean fullData)Set the fullData.ListTagsOptions.BuilderListTagsOptions.Builder. limit(long limit)Set the limit.ListTagsOptions.BuilderListTagsOptions. newBuilder()New builder.ListTagsOptions.BuilderListTagsOptions.Builder. offset(long offset)Set the offset.ListTagsOptions.BuilderListTagsOptions.Builder. orderByName(java.lang.String orderByName)Set the orderByName.ListTagsOptions.BuilderListTagsOptions.Builder. providers(java.util.List<java.lang.String> providers)Set the providers.ListTagsOptions.BuilderListTagsOptions.Builder. tagType(java.lang.String tagType)Set the tagType.ListTagsOptions.BuilderListTagsOptions.Builder. timeout(long timeout)Set the timeout.ListTagsOptions.BuilderListTagsOptions.Builder. xCorrelationId(java.lang.String xCorrelationId)Set the xCorrelationId.ListTagsOptions.BuilderListTagsOptions.Builder. xRequestId(java.lang.String xRequestId)Set the xRequestId.
-