Uses of Class
software.amazon.awssdk.services.ram.model.CreatePermissionVersionResponse
-
Packages that use CreatePermissionVersionResponse Package Description software.amazon.awssdk.services.ram This is the Resource Access Manager API Reference. -
-
Uses of CreatePermissionVersionResponse in software.amazon.awssdk.services.ram
Methods in software.amazon.awssdk.services.ram that return CreatePermissionVersionResponse Modifier and Type Method Description default CreatePermissionVersionResponseRamClient. createPermissionVersion(Consumer<CreatePermissionVersionRequest.Builder> createPermissionVersionRequest)Creates a new version of the specified customer managed permission.default CreatePermissionVersionResponseRamClient. createPermissionVersion(CreatePermissionVersionRequest createPermissionVersionRequest)Creates a new version of the specified customer managed permission.Methods in software.amazon.awssdk.services.ram that return types with arguments of type CreatePermissionVersionResponse Modifier and Type Method 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.
-