public final class Arn extends Object
Constructor and Description |
---|
Arn(String partition,
String service,
String region,
String accountId,
List<String> resource) |
Modifier and Type | Method and Description |
---|---|
String |
accountId() |
boolean |
equals(Object o) |
int |
hashCode() |
static Optional<Arn> |
parse(String arn) |
String |
partition() |
String |
region() |
List<String> |
resource() |
String |
service() |
String |
toString() |
Copyright © 2023. All rights reserved.