Uses of Class
software.amazon.awssdk.services.mgn.model.TemplateActionDocument
-
Packages that use TemplateActionDocument Package Description software.amazon.awssdk.services.mgn.model software.amazon.awssdk.services.mgn.paginators -
-
Uses of TemplateActionDocument in software.amazon.awssdk.services.mgn.model
Methods in software.amazon.awssdk.services.mgn.model that return types with arguments of type TemplateActionDocument Modifier and Type Method Description List<TemplateActionDocument>ListTemplateActionsResponse. items()List of template post migration custom actions.Methods in software.amazon.awssdk.services.mgn.model with parameters of type TemplateActionDocument Modifier and Type Method Description ListTemplateActionsResponse.BuilderListTemplateActionsResponse.Builder. items(TemplateActionDocument... items)List of template post migration custom actions.Method parameters in software.amazon.awssdk.services.mgn.model with type arguments of type TemplateActionDocument Modifier and Type Method Description ListTemplateActionsResponse.BuilderListTemplateActionsResponse.Builder. items(Collection<TemplateActionDocument> items)List of template post migration custom actions. -
Uses of TemplateActionDocument in software.amazon.awssdk.services.mgn.paginators
Methods in software.amazon.awssdk.services.mgn.paginators that return types with arguments of type TemplateActionDocument Modifier and Type Method Description SdkIterable<TemplateActionDocument>ListTemplateActionsIterable. items()Returns an iterable to iterate through the paginatedListTemplateActionsResponse.items()member.SdkPublisher<TemplateActionDocument>ListTemplateActionsPublisher. items()Returns a publisher that can be used to get a stream of data.
-