Uses of Class
software.amazon.awssdk.services.ram.model.CreatePermissionVersionRequest
-
Packages that use CreatePermissionVersionRequest Package Description software.amazon.awssdk.services.ram This is the Resource Access Manager API Reference.software.amazon.awssdk.services.ram.transform -
-
Uses of CreatePermissionVersionRequest in software.amazon.awssdk.services.ram
Methods in software.amazon.awssdk.services.ram with parameters of type CreatePermissionVersionRequest Modifier and Type Method Description default CompletableFuture<CreatePermissionVersionResponse>RamAsyncClient. createPermissionVersion(CreatePermissionVersionRequest 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. -
Uses of CreatePermissionVersionRequest in software.amazon.awssdk.services.ram.transform
Methods in software.amazon.awssdk.services.ram.transform with parameters of type CreatePermissionVersionRequest Modifier and Type Method Description SdkHttpFullRequestCreatePermissionVersionRequestMarshaller. marshall(CreatePermissionVersionRequest createPermissionVersionRequest)
-