Uses of Interface
software.amazon.awssdk.services.opsworks.model.CreateStackResponse.Builder
-
Packages that use CreateStackResponse.Builder Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of CreateStackResponse.Builder in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return CreateStackResponse.Builder Modifier and Type Method Description static CreateStackResponse.BuilderCreateStackResponse. builder()CreateStackResponse.BuilderCreateStackResponse.Builder. stackId(String stackId)The stack ID, which is an opaque string that you use to identify the stack when performing actions such asDescribeStacks.CreateStackResponse.BuilderCreateStackResponse. toBuilder()Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type CreateStackResponse.Builder Modifier and Type Method Description static Class<? extends CreateStackResponse.Builder>CreateStackResponse. serializableBuilderClass()
-