Uses of Class
software.amazon.awssdk.services.opensearch.model.PackageScopeOperationEnum
-
Packages that use PackageScopeOperationEnum Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of PackageScopeOperationEnum in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return PackageScopeOperationEnum Modifier and Type Method Description static PackageScopeOperationEnumPackageScopeOperationEnum. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PackageScopeOperationEnumUpdatePackageScopeRequest. operation()The operation to perform on the package scope (e.g., add/remove/override users).PackageScopeOperationEnumUpdatePackageScopeResponse. operation()The operation that was performed on the package scope.static PackageScopeOperationEnumPackageScopeOperationEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PackageScopeOperationEnum[]PackageScopeOperationEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type PackageScopeOperationEnum Modifier and Type Method Description static Set<PackageScopeOperationEnum>PackageScopeOperationEnum. knownValues()Methods in software.amazon.awssdk.services.opensearch.model with parameters of type PackageScopeOperationEnum Modifier and Type Method Description UpdatePackageScopeRequest.BuilderUpdatePackageScopeRequest.Builder. operation(PackageScopeOperationEnum operation)The operation to perform on the package scope (e.g., add/remove/override users).UpdatePackageScopeResponse.BuilderUpdatePackageScopeResponse.Builder. operation(PackageScopeOperationEnum operation)The operation that was performed on the package scope.
-