コード例 #1
0
 private static Mono<GetStackResponse> requestStack(
     CloudFoundryClient cloudFoundryClient, String stackId) {
   return cloudFoundryClient.stacks().get(GetStackRequest.builder().stackId(stackId).build());
 }