Package | Description |
---|---|
com.oracle.bmc.objectstorage.model |
Modifier and Type | Method and Description |
---|---|
static PreauthenticatedRequestSummary.AccessType |
PreauthenticatedRequestSummary.AccessType.create(String key) |
PreauthenticatedRequestSummary.AccessType |
PreauthenticatedRequestSummary.getAccessType()
The operation that can be performed on this resource.
|
static PreauthenticatedRequestSummary.AccessType |
PreauthenticatedRequestSummary.AccessType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PreauthenticatedRequestSummary.AccessType[] |
PreauthenticatedRequestSummary.AccessType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PreauthenticatedRequestSummary.Builder |
PreauthenticatedRequestSummary.Builder.accessType(PreauthenticatedRequestSummary.AccessType accessType)
The operation that can be performed on this resource.
|
Constructor and Description |
---|
PreauthenticatedRequestSummary(String id,
String name,
String objectName,
PreauthenticatedRequest.BucketListingAction bucketListingAction,
PreauthenticatedRequestSummary.AccessType accessType,
Date timeExpires,
Date timeCreated)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.