Uses of Interface
software.amazon.awssdk.services.codedeploy.model.BatchGetApplicationsResponse.Builder
-
Packages that use BatchGetApplicationsResponse.Builder Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of BatchGetApplicationsResponse.Builder in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return BatchGetApplicationsResponse.Builder Modifier and Type Method Description BatchGetApplicationsResponse.BuilderBatchGetApplicationsResponse.Builder. applicationsInfo(Collection<ApplicationInfo> applicationsInfo)Information about the applications.BatchGetApplicationsResponse.BuilderBatchGetApplicationsResponse.Builder. applicationsInfo(Consumer<ApplicationInfo.Builder>... applicationsInfo)Information about the applications.BatchGetApplicationsResponse.BuilderBatchGetApplicationsResponse.Builder. applicationsInfo(ApplicationInfo... applicationsInfo)Information about the applications.static BatchGetApplicationsResponse.BuilderBatchGetApplicationsResponse. builder()BatchGetApplicationsResponse.BuilderBatchGetApplicationsResponse. toBuilder()Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type BatchGetApplicationsResponse.Builder Modifier and Type Method Description static Class<? extends BatchGetApplicationsResponse.Builder>BatchGetApplicationsResponse. serializableBuilderClass()
-