Skip to content

Update MissingPagination.java#5

Open
himanikh wants to merge 1 commit into
masterfrom
Base
Open

Update MissingPagination.java#5
himanikh wants to merge 1 commit into
masterfrom
Base

Conversation

@himanikh
Copy link
Copy Markdown
Owner

No description provided.

Comment thread MissingPagination.java
return instance;
}

private AmazonCloudFormation getCfnClient(String region) {
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Single comment demo 1

Comment thread MissingPagination.java
AmazonCloudFormation client = getCfnClient(region);
try {
GetTemplateResult result = client.getTemplate(new GetTemplateRequest().withStackName(stackName));
String template = result.getTemplateBody();
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

single comment demo 2

Comment thread MissingPagination.java
}
}

public List<StackSummary> listStacks(String region) {
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

single comment demo 3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant