Uses of Interface
software.amazon.awssdk.services.servicecatalogappregistry.model.SyncResourceResponse.Builder
-
Packages that use SyncResourceResponse.Builder Package Description software.amazon.awssdk.services.servicecatalogappregistry.model -
-
Uses of SyncResourceResponse.Builder in software.amazon.awssdk.services.servicecatalogappregistry.model
Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return SyncResourceResponse.Builder Modifier and Type Method Description SyncResourceResponse.BuilderSyncResourceResponse.Builder. actionTaken(String actionTaken)The results of the output if an application is associated with an ARN value, which could besyncStartedor None.SyncResourceResponse.BuilderSyncResourceResponse.Builder. actionTaken(SyncAction actionTaken)The results of the output if an application is associated with an ARN value, which could besyncStartedor None.SyncResourceResponse.BuilderSyncResourceResponse.Builder. applicationArn(String applicationArn)The Amazon resource name (ARN) that specifies the application.static SyncResourceResponse.BuilderSyncResourceResponse. builder()SyncResourceResponse.BuilderSyncResourceResponse.Builder. resourceArn(String resourceArn)The Amazon resource name (ARN) that specifies the resource.SyncResourceResponse.BuilderSyncResourceResponse. toBuilder()Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return types with arguments of type SyncResourceResponse.Builder Modifier and Type Method Description static Class<? extends SyncResourceResponse.Builder>SyncResourceResponse. serializableBuilderClass()
-