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