Uses of Enum
com.google.cloud.storage.HmacKey.HmacKeyState
Packages that use HmacKey.HmacKeyState
-
Uses of HmacKey.HmacKeyState in com.google.cloud.storage
Methods in com.google.cloud.storage that return HmacKey.HmacKeyStateModifier and TypeMethodDescriptionHmacKey.HmacKeyMetadata.getState()Returns the current state of this HMAC keystatic HmacKey.HmacKeyStateReturns the enum constant of this type with the specified name.static HmacKey.HmacKeyState[]HmacKey.HmacKeyState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.storage with parameters of type HmacKey.HmacKeyStateModifier and TypeMethodDescriptionHmacKey.HmacKeyMetadata.Builder.setState(HmacKey.HmacKeyState state) Storage.updateHmacKeyState(HmacKey.HmacKeyMetadata hmacKeyMetadata, HmacKey.HmacKeyState state, Storage.UpdateHmacKeyOption... options) Updates the state of an HMAC key and returns the updated metadata.