We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ecfff commit b5c8985Copy full SHA for b5c8985
core/arns/src/main/java/software/amazon/awssdk/arns/Arn.java
@@ -142,7 +142,6 @@ public static Builder builder() {
142
* Attempts to parse the given string into an {@link Arn}. If the input string is not a valid ARN,
143
* this method returns {@link Optional#empty()} instead of throwing an exception.
144
* <p>
145
- * Returns an empty Optional if the input string is not a valid ARN.
146
* When successful, the resource is accessible entirely as a string through
147
* {@link #resourceAsString()}. Where correctly formatted, a parsed resource
148
* containing resource type, resource and qualifier is available through
0 commit comments