Uses of Interface
software.amazon.awssdk.services.resiliencehub.model.DescribeAppVersionAppComponentResponse.Builder
-
Packages that use DescribeAppVersionAppComponentResponse.Builder Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of DescribeAppVersionAppComponentResponse.Builder in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return DescribeAppVersionAppComponentResponse.Builder Modifier and Type Method Description DescribeAppVersionAppComponentResponse.BuilderDescribeAppVersionAppComponentResponse.Builder. appArn(String appArn)Amazon Resource Name (ARN) of the Resilience Hub application.default DescribeAppVersionAppComponentResponse.BuilderDescribeAppVersionAppComponentResponse.Builder. appComponent(Consumer<AppComponent.Builder> appComponent)List of Application Components that belong to this resource.DescribeAppVersionAppComponentResponse.BuilderDescribeAppVersionAppComponentResponse.Builder. appComponent(AppComponent appComponent)List of Application Components that belong to this resource.DescribeAppVersionAppComponentResponse.BuilderDescribeAppVersionAppComponentResponse.Builder. appVersion(String appVersion)Resilience Hub application version.static DescribeAppVersionAppComponentResponse.BuilderDescribeAppVersionAppComponentResponse. builder()DescribeAppVersionAppComponentResponse.BuilderDescribeAppVersionAppComponentResponse. toBuilder()Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type DescribeAppVersionAppComponentResponse.Builder Modifier and Type Method Description static Class<? extends DescribeAppVersionAppComponentResponse.Builder>DescribeAppVersionAppComponentResponse. serializableBuilderClass()
-