@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.541Z") @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, jsiiStaticSetprotected 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 © 2022. All rights reserved.