Uses of Class
software.amazon.awssdk.services.iotsitewise.model.TargetResource
-
Packages that use TargetResource Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of TargetResource in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return TargetResource Modifier and Type Method Description TargetResourceActionSummary. targetResource()The resource the action will be taken on.TargetResourceDescribeActionResponse. targetResource()The resource the action will be taken on.TargetResourceExecuteActionRequest. targetResource()The resource the action will be taken on.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type TargetResource Modifier and Type Method Description ActionSummary.BuilderActionSummary.Builder. targetResource(TargetResource targetResource)The resource the action will be taken on.DescribeActionResponse.BuilderDescribeActionResponse.Builder. targetResource(TargetResource targetResource)The resource the action will be taken on.ExecuteActionRequest.BuilderExecuteActionRequest.Builder. targetResource(TargetResource targetResource)The resource the action will be taken on.
-