Uses of Interface
software.amazon.awssdk.services.fms.model.PutAppsListResponse.Builder
-
Packages that use PutAppsListResponse.Builder Package Description software.amazon.awssdk.services.fms.model -
-
Uses of PutAppsListResponse.Builder in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return PutAppsListResponse.Builder Modifier and Type Method Description default PutAppsListResponse.BuilderPutAppsListResponse.Builder. appsList(Consumer<AppsListData.Builder> appsList)The details of the Firewall Manager applications list.PutAppsListResponse.BuilderPutAppsListResponse.Builder. appsList(AppsListData appsList)The details of the Firewall Manager applications list.PutAppsListResponse.BuilderPutAppsListResponse.Builder. appsListArn(String appsListArn)The Amazon Resource Name (ARN) of the applications list.static PutAppsListResponse.BuilderPutAppsListResponse. builder()PutAppsListResponse.BuilderPutAppsListResponse. toBuilder()Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type PutAppsListResponse.Builder Modifier and Type Method Description static Class<? extends PutAppsListResponse.Builder>PutAppsListResponse. serializableBuilderClass()
-