Package | Description |
---|---|
com.oracle.bmc.objectstorage.model |
Modifier and Type | Method and Description |
---|---|
static PreauthenticatedRequest.AccessType |
PreauthenticatedRequest.AccessType.create(String key) |
PreauthenticatedRequest.AccessType |
PreauthenticatedRequest.getAccessType()
The operation that can be performed on this resource.
|
static PreauthenticatedRequest.AccessType |
PreauthenticatedRequest.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.
|
Modifier and Type | Method and Description |
---|---|
PreauthenticatedRequest.Builder |
PreauthenticatedRequest.Builder.accessType(PreauthenticatedRequest.AccessType accessType)
The operation that can be performed on this resource.
|
Constructor and Description |
---|
PreauthenticatedRequest(String id,
String name,
String accessUri,
String objectName,
PreauthenticatedRequest.BucketListingAction bucketListingAction,
PreauthenticatedRequest.AccessType accessType,
Date timeExpires,
Date timeCreated,
String fullPath)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.