Uses of Class
software.amazon.awssdk.services.ram.model.CreatePermissionResponse
Packages that use CreatePermissionResponse
Package
Description
This is the Resource Access Manager API Reference.
-
Uses of CreatePermissionResponse in software.amazon.awssdk.services.ram
Methods in software.amazon.awssdk.services.ram that return CreatePermissionResponseModifier and TypeMethodDescriptiondefault CreatePermissionResponseRamClient.createPermission(Consumer<CreatePermissionRequest.Builder> createPermissionRequest) Creates a customer managed permission for a specified resource type that you can attach to resource shares.default CreatePermissionResponseRamClient.createPermission(CreatePermissionRequest createPermissionRequest) Creates a customer managed permission for a specified resource type that you can attach to resource shares.Methods in software.amazon.awssdk.services.ram that return types with arguments of type CreatePermissionResponseModifier and TypeMethodDescriptionRamAsyncClient.createPermission(Consumer<CreatePermissionRequest.Builder> createPermissionRequest) Creates a customer managed permission for a specified resource type that you can attach to resource shares.RamAsyncClient.createPermission(CreatePermissionRequest createPermissionRequest) Creates a customer managed permission for a specified resource type that you can attach to resource shares.