Skip to content

Update MissingPagination.java#5

Open
himanikh wants to merge 1 commit intomasterfrom
Base
Open

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

Conversation

@himanikh
Copy link
Owner

No description provided.

return instance;
}

private AmazonCloudFormation getCfnClient(String region) {
Copy link
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

AmazonCloudFormation client = getCfnClient(region);
try {
GetTemplateResult result = client.getTemplate(new GetTemplateRequest().withStackName(stackName));
String template = result.getTemplateBody();
Copy link
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

}
}

public List<StackSummary> listStacks(String region) {
Copy link
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