@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.754Z") @Stability(value=Stable) public class ComparablePrincipal extends software.amazon.jsii.JsiiObject
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.iam.*; ComparablePrincipal comparablePrincipal = new ComparablePrincipal();
| Modifier | Constructor and Description |
|---|---|
|
ComparablePrincipal() |
protected |
ComparablePrincipal(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
ComparablePrincipal(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static String |
dedupeStringFor(IPrincipal x)
Return the dedupeString of the given principal, if available.
|
static Boolean |
isComparablePrincipal(IPrincipal x)
Whether or not the given principal is a comparable principal.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected ComparablePrincipal(software.amazon.jsii.JsiiObjectRef objRef)
protected ComparablePrincipal(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) public ComparablePrincipal()
@Stability(value=Stable) @Nullable public static String dedupeStringFor(@NotNull IPrincipal x)
x - This parameter is required.@Stability(value=Stable) @NotNull public static Boolean isComparablePrincipal(@NotNull IPrincipal x)
x - This parameter is required.Copyright © 2022. All rights reserved.