- getDescription() - Method in class com.amazonaws.codesamples.CodeSample
-
Returns the description for this sample, or null if none was provided.
- getFormattedCode() - Method in class com.amazonaws.codesamples.CodeSample
-
Returns source code for this Sample.
- getId() - Method in class com.amazonaws.codesamples.CodeSample
-
Returns the ID of this sample.
- getLeadingWhitespace(String) - Static method in class com.amazonaws.util.ParsingUtils
-
Returns the number of leading whitespace characters in a given string.
- getMinWhitespace(List<String>) - Static method in class com.amazonaws.util.ParsingUtils
-
Gets the minimum amount of leading whitespace in a text block.
- getSamples(File[], String) - Static method in class com.amazonaws.codesamples.SamplesParser
-
Returns a list of samples parsed from input files.
- getSamples(File) - Static method in class com.amazonaws.codesamples.SamplesParser
-
Returns a list of samples parsed from a file.
- getServiceName() - Method in class com.amazonaws.codesamples.CodeSample
-
Returns the name of the service this sample was written for.
- getTitle() - Method in class com.amazonaws.codesamples.CodeSample
-
Returns the title of this sample.