Uses of Class
zowe.client.sdk.zosfiles.uss.types.ChangeTagAction
-
Packages that use ChangeTagAction Package Description zowe.client.sdk.zosfiles.uss.input Request input objects for z/OS Unix System Services (USS) files processingzowe.client.sdk.zosfiles.uss.types Type definitions for z/OS Unix System Services (USS) processing -
-
Uses of ChangeTagAction in zowe.client.sdk.zosfiles.uss.input
Methods in zowe.client.sdk.zosfiles.uss.input that return types with arguments of type ChangeTagAction Modifier and Type Method Description Optional<ChangeTagAction>ChangeTagParams. getAction()Retrieve action valueMethods in zowe.client.sdk.zosfiles.uss.input with parameters of type ChangeTagAction Modifier and Type Method Description ChangeTagParams.BuilderChangeTagParams.Builder. action(ChangeTagAction action)Set ChangeTagAction type value -
Uses of ChangeTagAction in zowe.client.sdk.zosfiles.uss.types
Methods in zowe.client.sdk.zosfiles.uss.types that return ChangeTagAction Modifier and Type Method Description static ChangeTagActionChangeTagAction. valueOf(String name)Returns the enum constant of this type with the specified name.static ChangeTagAction[]ChangeTagAction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-