Uses of Class
software.amazon.awssdk.services.ram.model.CreatePermissionVersionResponse
Packages that use CreatePermissionVersionResponse
Package
Description
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 CreatePermissionVersionResponseModifier and TypeMethodDescriptiondefault 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 CreatePermissionVersionResponseModifier and TypeMethodDescriptionRamAsyncClient.createPermissionVersion(Consumer<CreatePermissionVersionRequest.Builder> createPermissionVersionRequest) Creates a new version of the specified customer managed permission.RamAsyncClient.createPermissionVersion(CreatePermissionVersionRequest createPermissionVersionRequest) Creates a new version of the specified customer managed permission.