| Package | Description |
|---|---|
| software.amazon.awssdk.services.ram |
This is the Resource Access Manager API Reference.
|
| Modifier and Type | Method and Description |
|---|---|
default CreatePermissionResponse |
RamClient.createPermission(Consumer<CreatePermissionRequest.Builder> createPermissionRequest)
Creates a customer managed permission for a specified resource type that you can attach to resource shares.
|
default CreatePermissionResponse |
RamClient.createPermission(CreatePermissionRequest createPermissionRequest)
Creates a customer managed permission for a specified resource type that you can attach to resource shares.
|
default CreatePermissionVersionResponse |
RamClient.createPermissionVersion(Consumer<CreatePermissionVersionRequest.Builder> createPermissionVersionRequest)
Creates a new version of the specified customer managed permission.
|
default CreatePermissionVersionResponse |
RamClient.createPermissionVersion(CreatePermissionVersionRequest createPermissionVersionRequest)
Creates a new version of the specified customer managed permission.
|
Copyright © 2023. All rights reserved.