@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-05-19T23:09:24.521Z") @Stability(value=Stable) public class PublicGalleryAuthorizationToken extends software.amazon.jsii.JsiiObject
Example:
User user = new User(this, "User"); PublicGalleryAuthorizationToken.grantRead(user);
Modifier | Constructor and Description |
---|---|
protected |
PublicGalleryAuthorizationToken(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
PublicGalleryAuthorizationToken(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
static void |
grantRead(IGrantable grantee)
Grant access to retrieve an authorization token.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
protected PublicGalleryAuthorizationToken(software.amazon.jsii.JsiiObjectRef objRef)
protected PublicGalleryAuthorizationToken(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) public static void grantRead(@NotNull IGrantable grantee)
grantee
- This parameter is required.Copyright © 2023. All rights reserved.