| Package | Description |
|---|---|
| com.amazonaws.services.recyclebin |
This is the Recycle Bin API Reference.
|
| com.amazonaws.services.recyclebin.model |
| Modifier and Type | Method and Description |
|---|---|
UnlockRuleResult |
AmazonRecycleBinClient.unlockRule(UnlockRuleRequest request)
Unlocks a retention rule.
|
UnlockRuleResult |
AmazonRecycleBin.unlockRule(UnlockRuleRequest unlockRuleRequest)
Unlocks a retention rule.
|
UnlockRuleResult |
AbstractAmazonRecycleBin.unlockRule(UnlockRuleRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<UnlockRuleResult> |
AmazonRecycleBinAsyncClient.unlockRuleAsync(UnlockRuleRequest request) |
Future<UnlockRuleResult> |
AmazonRecycleBinAsync.unlockRuleAsync(UnlockRuleRequest unlockRuleRequest)
Unlocks a retention rule.
|
Future<UnlockRuleResult> |
AbstractAmazonRecycleBinAsync.unlockRuleAsync(UnlockRuleRequest request) |
Future<UnlockRuleResult> |
AmazonRecycleBinAsyncClient.unlockRuleAsync(UnlockRuleRequest request,
AsyncHandler<UnlockRuleRequest,UnlockRuleResult> asyncHandler) |
Future<UnlockRuleResult> |
AmazonRecycleBinAsync.unlockRuleAsync(UnlockRuleRequest unlockRuleRequest,
AsyncHandler<UnlockRuleRequest,UnlockRuleResult> asyncHandler)
Unlocks a retention rule.
|
Future<UnlockRuleResult> |
AbstractAmazonRecycleBinAsync.unlockRuleAsync(UnlockRuleRequest request,
AsyncHandler<UnlockRuleRequest,UnlockRuleResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UnlockRuleResult> |
AmazonRecycleBinAsyncClient.unlockRuleAsync(UnlockRuleRequest request,
AsyncHandler<UnlockRuleRequest,UnlockRuleResult> asyncHandler) |
Future<UnlockRuleResult> |
AmazonRecycleBinAsync.unlockRuleAsync(UnlockRuleRequest unlockRuleRequest,
AsyncHandler<UnlockRuleRequest,UnlockRuleResult> asyncHandler)
Unlocks a retention rule.
|
Future<UnlockRuleResult> |
AbstractAmazonRecycleBinAsync.unlockRuleAsync(UnlockRuleRequest request,
AsyncHandler<UnlockRuleRequest,UnlockRuleResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UnlockRuleResult |
UnlockRuleResult.clone() |
UnlockRuleResult |
UnlockRuleResult.withDescription(String description)
The retention rule description.
|
UnlockRuleResult |
UnlockRuleResult.withIdentifier(String identifier)
The unique ID of the retention rule.
|
UnlockRuleResult |
UnlockRuleResult.withLockConfiguration(LockConfiguration lockConfiguration)
Information about the retention rule lock configuration.
|
UnlockRuleResult |
UnlockRuleResult.withLockEndTime(Date lockEndTime)
The date and time at which the unlock delay is set to expire.
|
UnlockRuleResult |
UnlockRuleResult.withLockState(LockState lockState)
The lock state for the retention rule.
|
UnlockRuleResult |
UnlockRuleResult.withLockState(String lockState)
The lock state for the retention rule.
|
UnlockRuleResult |
UnlockRuleResult.withResourceTags(Collection<ResourceTag> resourceTags)
Information about the resource tags used to identify resources that are retained by the retention rule.
|
UnlockRuleResult |
UnlockRuleResult.withResourceTags(ResourceTag... resourceTags)
Information about the resource tags used to identify resources that are retained by the retention rule.
|
UnlockRuleResult |
UnlockRuleResult.withResourceType(ResourceType resourceType)
The resource type retained by the retention rule.
|
UnlockRuleResult |
UnlockRuleResult.withResourceType(String resourceType)
The resource type retained by the retention rule.
|
UnlockRuleResult |
UnlockRuleResult.withRetentionPeriod(RetentionPeriod retentionPeriod) |
UnlockRuleResult |
UnlockRuleResult.withRuleArn(String ruleArn)
The Amazon Resource Name (ARN) of the retention rule.
|
UnlockRuleResult |
UnlockRuleResult.withStatus(RuleStatus status)
The state of the retention rule.
|
UnlockRuleResult |
UnlockRuleResult.withStatus(String status)
The state of the retention rule.
|
Copyright © 2024. All rights reserved.