Uses of Class
zowe.client.sdk.zosfiles.dsn.input.DsnListInputData.Builder
-
Packages that use DsnListInputData.Builder Package Description zowe.client.sdk.zosfiles.dsn.input Request input objects for z/OS dataset and member files processing -
-
Uses of DsnListInputData.Builder in zowe.client.sdk.zosfiles.dsn.input
Methods in zowe.client.sdk.zosfiles.dsn.input that return DsnListInputData.Builder Modifier and Type Method Description DsnListInputData.BuilderDsnListInputData.Builder. attribute(AttributeType attribute)Set indicator that we want to show more attributesDsnListInputData.BuilderDsnListInputData.Builder. maxLength(String maxLength)The indicator that we want to show more attributesDsnListInputData.BuilderDsnListInputData.Builder. pattern(String pattern)An optional pattern for restricting the response listDsnListInputData.BuilderDsnListInputData.Builder. recall(String recall)An optional parameter that specifies how to handle migrated data setsDsnListInputData.BuilderDsnListInputData.Builder. responseTimeout(String responseTimeout)Response time out valueDsnListInputData.BuilderDsnListInputData.Builder. start(String start)An optional search parameter that specifies the first data set name to return to the response documentDsnListInputData.BuilderDsnListInputData.Builder. volume(String volume)The volume where the data set resides
-