| Package | Description |
|---|---|
| com.amazonaws.services.ram |
This is the Resource Access Manager API Reference.
|
| com.amazonaws.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
CreatePermissionResult |
AbstractAWSRAM.createPermission(CreatePermissionRequest request) |
CreatePermissionResult |
AWSRAM.createPermission(CreatePermissionRequest createPermissionRequest)
Creates a customer managed permission for a specified resource type that you can attach to resource shares.
|
CreatePermissionResult |
AWSRAMClient.createPermission(CreatePermissionRequest request)
Creates a customer managed permission for a specified resource type that you can attach to resource shares.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreatePermissionResult> |
AWSRAMAsyncClient.createPermissionAsync(CreatePermissionRequest request,
AsyncHandler<CreatePermissionRequest,CreatePermissionResult> asyncHandler) |
Future<CreatePermissionResult> |
AWSRAMAsync.createPermissionAsync(CreatePermissionRequest createPermissionRequest,
AsyncHandler<CreatePermissionRequest,CreatePermissionResult> asyncHandler)
Creates a customer managed permission for a specified resource type that you can attach to resource shares.
|
Future<CreatePermissionResult> |
AbstractAWSRAMAsync.createPermissionAsync(CreatePermissionRequest request,
AsyncHandler<CreatePermissionRequest,CreatePermissionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreatePermissionResult |
CreatePermissionResult.clone() |
CreatePermissionResult |
CreatePermissionResult.withClientToken(String clientToken)
The idempotency identifier associated with this request.
|
CreatePermissionResult |
CreatePermissionResult.withPermission(ResourceSharePermissionSummary permission)
A structure with information about this customer managed permission.
|
Copyright © 2024. All rights reserved.