Uses of Class
com.oracle.bmc.objectstorage.model.PreauthenticatedRequest.AccessType
-
Packages that use PreauthenticatedRequest.AccessType Package Description com.oracle.bmc.objectstorage.model -
-
Uses of PreauthenticatedRequest.AccessType in com.oracle.bmc.objectstorage.model
Methods in com.oracle.bmc.objectstorage.model that return PreauthenticatedRequest.AccessType Modifier and Type Method Description static PreauthenticatedRequest.AccessTypePreauthenticatedRequest.AccessType. create(String key)PreauthenticatedRequest.AccessTypePreauthenticatedRequest. getAccessType()The operation that can be performed on this resource.static PreauthenticatedRequest.AccessTypePreauthenticatedRequest.AccessType. valueOf(String name)Returns the enum constant of this type with the specified name.static PreauthenticatedRequest.AccessType[]PreauthenticatedRequest.AccessType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.objectstorage.model with parameters of type PreauthenticatedRequest.AccessType Modifier and Type Method Description PreauthenticatedRequest.BuilderPreauthenticatedRequest.Builder. accessType(PreauthenticatedRequest.AccessType accessType)The operation that can be performed on this resource.Constructors in com.oracle.bmc.objectstorage.model with parameters of type PreauthenticatedRequest.AccessType Constructor Description PreauthenticatedRequest(String id, String name, String accessUri, String objectName, PreauthenticatedRequest.BucketListingAction bucketListingAction, PreauthenticatedRequest.AccessType accessType, Date timeExpires, Date timeCreated, String fullPath)Deprecated.
-