| Package | Description |
|---|---|
| software.amazon.awssdk.services.ram |
This is the Resource Access Manager API Reference.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreatePermissionVersionResponse> |
RamAsyncClient.createPermissionVersion(Consumer<CreatePermissionVersionRequest.Builder> createPermissionVersionRequest)
Creates a new version of the specified customer managed permission.
|
default CompletableFuture<CreatePermissionVersionResponse> |
RamAsyncClient.createPermissionVersion(CreatePermissionVersionRequest createPermissionVersionRequest)
Creates a new version of the specified customer managed permission.
|
Copyright © 2023. All rights reserved.